1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Remove outdated settings migration

This commit is contained in:
Dean Herbert 2022-01-03 12:46:02 +09:00
parent bb54f438aa
commit 5dd024aab7

View File

@ -174,11 +174,6 @@ namespace osu.Game.Configuration
if (!int.TryParse(pieces[1], out int monthDay)) return;
int combined = (year * 10000) + monthDay;
if (combined < 20210413)
{
SetValue(OsuSetting.EditorWaveformOpacity, 0.25f);
}
}
public override TrackedSettings CreateTrackedSettings()