1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 03:22:54 +08:00

Remove migration code

This commit is contained in:
Dean Herbert 2018-09-03 10:23:56 +09:00
parent fa569e5ae4
commit fb1e8fbdcf

View File

@ -101,16 +101,6 @@ namespace osu.Game.Skinning
SourceChanged?.Invoke();
};
// migrate older imports which didn't have access to skin.ini
using (ContextFactory.GetForWrite())
{
foreach (var skinInfo in ModelStore.ConsumableItems.Where(s => s.Name.EndsWith(".osk")))
{
populate(skinInfo);
Update(skinInfo);
}
}
}
/// <summary>