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:
parent
fa569e5ae4
commit
fb1e8fbdcf
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user