diff options
author | Garrett Brown <garbearucla@gmail.com> | 2014-12-13 03:38:16 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-03-10 17:11:57 -0800 |
commit | bbbc903eeb47d2ad70f2d23eccf88d7ee6930eee (patch) | |
tree | a08bba2afa012588d875733b6d70954dbbe45d1a /system | |
parent | 44ecc296919d5ab590c5b1471bca808ac0f57c0b (diff) |
Remove joystick code
Joystick support will return in a following commit. Platform specific code
will be isolated entirely in binary add-ons.
Removal of joystick code is incomplete on Android (todo)
Thanks to Tolriq for fixing broken EventServer.
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 6ee7ea9de0..52fb96fd6a 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -2754,12 +2754,6 @@ <control type="toggle" /> <default>true</default> </setting> - <setting id="input.enablejoystick" type="boolean" label="35100" help="36378"> - <requirement>HAS_SDL_JOYSTICK</requirement> - <level>0</level> - <default>true</default> - <control type="toggle" /> - </setting> </group> </category> <category id="network" label="798" help="36379"> |