1
0
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:
Dean Herbert 2021-12-01 12:47:32 +09:00
parent fb2310f826
commit 370135d484

View File

@ -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))