diff options
Diffstat (limited to 'platform/x11/joypad_linux.h')
-rw-r--r-- | platform/x11/joypad_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/x11/joypad_linux.h b/platform/x11/joypad_linux.h index 18ad199f6b..310f5c1488 100644 --- a/platform/x11/joypad_linux.h +++ b/platform/x11/joypad_linux.h @@ -81,7 +81,6 @@ private: static void joy_thread_func(void *p_user); int get_joy_from_path(String path) const; - int get_free_joy_slot() const; void setup_joypad_properties(int p_id); void close_joypad(int p_id = -1); |