mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Remove outdated TODO
This commit is contained in:
parent
fb2310f826
commit
370135d484
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user