mirror of https://github.com/ppy/osu
Remove outdated settings migration
This commit is contained in:
parent
bb54f438aa
commit
5dd024aab7
|
@ -174,11 +174,6 @@ public void Migrate()
|
||||||
if (!int.TryParse(pieces[1], out int monthDay)) return;
|
if (!int.TryParse(pieces[1], out int monthDay)) return;
|
||||||
|
|
||||||
int combined = (year * 10000) + monthDay;
|
int combined = (year * 10000) + monthDay;
|
||||||
|
|
||||||
if (combined < 20210413)
|
|
||||||
{
|
|
||||||
SetValue(OsuSetting.EditorWaveformOpacity, 0.25f);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override TrackedSettings CreateTrackedSettings()
|
public override TrackedSettings CreateTrackedSettings()
|
||||||
|
|
Loading…
Reference in New Issue