1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove unnecessary items from OptionsOverlay

This commit is contained in:
Andrey Zavadskiy 2016-12-19 19:17:04 +03:00
parent 7f9ad9adf0
commit e23a1b8e92
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ namespace osu.Game.Overlays.Options.Input
{
Children = new Drawable[]
{
new SpriteText { Text = "Sensitivity: TODO slider" },
new SliderOption<double>
{
LabelText = "Sensitivity",

View File

@ -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",