Remove difficulty and sample sections from timing screen

This commit is contained in:
Dean Herbert
2021-09-14 18:28:56 +09:00
parent 2114a4729c
commit 9551e77553
4 changed files with 0 additions and 123 deletions

View File

@ -12,8 +12,6 @@ namespace osu.Game.Screens.Edit.Timing
{
new GroupSection(),
new TimingSection(),
new DifficultySection(),
new SampleSection(),
new EffectSection(),
};
}