1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00

Remove pointless left-over code

This commit is contained in:
Dean Herbert
2025-03-25 16:34:42 +09:00
Unverified
parent 54eb0b33b0
commit 1bb85bab89
-11
View File
@@ -89,17 +89,6 @@ namespace osu.Game.Overlays.Mods
}
}
};
// if (!string.IsNullOrEmpty(mod.SettingDescription))
// {
// AddInternal(new OsuTextFlowContainer
// {
// RelativeSizeAxes = Axes.X,
// AutoSizeAxes = Axes.Y,
// Padding = new MarginPadding { Left = 14 },
// // Text = mod.SettingDescription
// });
// }
}
}
}