Remove not-yet-implemented settings group comments

This commit is contained in:
Dean Herbert 2023-07-06 00:46:09 +09:00
parent 00c68cad53
commit fbab5acac1

View File

@ -37,8 +37,6 @@ namespace osu.Game.Screens.Play.HUD
Spacing = new Vector2(0, 20),
Children = new PlayerSettingsGroup[]
{
//CollectionSettings = new CollectionSettings(),
//DiscussionSettings = new DiscussionSettings(),
PlaybackSettings = new PlaybackSettings { Expanded = { Value = false } },
VisualSettings = new VisualSettings { Expanded = { Value = false } },
new AudioSettings { Expanded = { Value = false } }