diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-21 17:26:51 +0100 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-21 18:44:25 +0100 |
commit | 87a4ba492ee4f4a055dfff5afacf48dd4e62e839 (patch) | |
tree | cf4fff3b872a69d2888b9b8be661b30635e1839c /core/input | |
parent | 8688b97dda57bec8083870a2e2c4c7ca9a021f46 (diff) |
Remove unimplemented methods
Diffstat (limited to 'core/input')
-rw-r--r-- | core/input/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/input/input.h b/core/input/input.h index 6819fc8eb0..f63138a875 100644 --- a/core/input/input.h +++ b/core/input/input.h @@ -265,7 +265,6 @@ public: float get_joy_vibration_duration(int p_device); uint64_t get_joy_vibration_timestamp(int p_device); void joy_connection_changed(int p_idx, bool p_connected, String p_name, String p_guid = ""); - void parse_joypad_mapping(String p_mapping, bool p_update_existing); Vector3 get_gravity() const; Vector3 get_accelerometer() const; |