1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Remove obsoleted setting for now

This commit is contained in:
Dean Herbert 2021-03-17 18:07:51 +09:00
parent 79041c1c4b
commit fccd495f27

View File

@ -53,11 +53,6 @@ namespace osu.Game.Overlays.Settings.Sections.Input
LabelText = "Cursor sensitivity",
Current = localSensitivity
},
new SettingsCheckbox
{
LabelText = "Map absolute input to window",
Current = config.GetBindable<bool>(FrameworkSetting.MapAbsoluteInputToWindow)
},
confineMouseModeSetting = new SettingsEnumDropdown<OsuConfineMouseMode>
{
LabelText = "Confine mouse cursor to window",