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:
@@ -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
|
||||
// });
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user