From e23a1b8e92fe2536e68a35efd0095b9aacf3229f Mon Sep 17 00:00:00 2001 From: Andrey Zavadskiy Date: Mon, 19 Dec 2016 19:17:04 +0300 Subject: [PATCH] Remove unnecessary items from OptionsOverlay --- osu.Game/Overlays/Options/Input/MouseOptions.cs | 1 - osu.Game/Overlays/Options/SkinSection.cs | 1 - 2 files changed, 2 deletions(-) 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 { 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(OsuConfig.UseSkinCursor) }, - new SpriteText { Text = "Cursor size: TODO slider" }, new SliderOption { LabelText = "Cursor size",