diff --git a/osu.Game/Overlays/Options/Input/MouseOptions.cs b/osu.Game/Overlays/Options/Input/MouseOptions.cs index 9d0823ce07..56b34c5396 100644 --- a/osu.Game/Overlays/Options/Input/MouseOptions.cs +++ b/osu.Game/Overlays/Options/Input/MouseOptions.cs @@ -20,7 +20,6 @@ namespace osu.Game.Overlays.Options.Input { Children = new Drawable[] { - new SpriteText { Text = "Sensitivity: TODO slider" }, new SliderOption<double> { LabelText = "Sensitivity", diff --git a/osu.Game/Overlays/Options/SkinSection.cs b/osu.Game/Overlays/Options/SkinSection.cs index de88570a0e..f9f7587e72 100644 --- a/osu.Game/Overlays/Options/SkinSection.cs +++ b/osu.Game/Overlays/Options/SkinSection.cs @@ -62,7 +62,6 @@ namespace osu.Game.Overlays.Options LabelText = "Always use skin cursor", Bindable = config.GetBindable<bool>(OsuConfig.UseSkinCursor) }, - new SpriteText { Text = "Cursor size: TODO slider" }, new SliderOption<double> { LabelText = "Cursor size",