Merge pull request #263 from EVAST9919/fixes

Remove unnecessary items from OptionsOverlay
This commit is contained in:
Dean Herbert 2016-12-20 01:18:51 +09:00 committed by GitHub
commit 561b0928bb
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",