Remove editor animation toggling (replaced by overlap markers)

This commit is contained in:
Dean Herbert
2022-05-12 19:28:56 +09:00
parent be3d4c9bf5
commit f22ff4e087
4 changed files with 0 additions and 193 deletions

View File

@ -270,7 +270,6 @@ namespace osu.Game.Screens.Edit
Items = new MenuItem[]
{
new WaveformOpacityMenuItem(config.GetBindable<float>(OsuSetting.EditorWaveformOpacity)),
new HitAnimationsMenuItem(config.GetBindable<bool>(OsuSetting.EditorHitAnimations))
}
}
}