Remove visibility settings

Can look into this later, not really important for a first iteration.
This commit is contained in:
Naxess
2021-04-10 12:58:40 +02:00
parent bab36e529a
commit 43174b708c
2 changed files with 0 additions and 53 deletions

View File

@ -41,7 +41,6 @@ namespace osu.Game.Screens.Edit.Verify
private IReadOnlyList<Drawable> createSections() => new Drawable[]
{
new VisibilitySettings()
};
}
}