mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 18:44:15 +08:00
Remove outdated TODO
This commit is contained in:
@@ -247,7 +247,6 @@ namespace osu.Game
|
||||
SkinManager.CurrentSkinInfo.ValueChanged += skin => configSkin.Value = skin.NewValue.ID.ToString();
|
||||
configSkin.ValueChanged += skinId =>
|
||||
{
|
||||
// TODO: migrate the user skin selection to the new ID format.
|
||||
ILive<SkinInfo> skinInfo = null;
|
||||
|
||||
if (Guid.TryParse(skinId.NewValue, out var guid))
|
||||
|
||||
Reference in New Issue
Block a user