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

@ -163,7 +163,6 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.DiscordRichPresence, DiscordRichPresenceMode.Full);
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f);
SetDefault(OsuSetting.EditorHitAnimations, false);
}
public IDictionary<OsuSetting, string> GetLoggableState() =>
@ -356,7 +355,6 @@ namespace osu.Game.Configuration
GameplayDisableWinKey,
SeasonalBackgroundMode,
EditorWaveformOpacity,
EditorHitAnimations,
DiscordRichPresence,
AutomaticallyDownloadWhenSpectating,
ShowOnlineExplicitContent,