Remove outdated settings migration

This commit is contained in:
Dean Herbert 2022-01-03 12:46:02 +09:00
parent bb54f438aa
commit 5dd024aab7
1 changed files with 0 additions and 5 deletions

View File

@ -174,11 +174,6 @@ public void Migrate()
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()