diff options
Diffstat (limited to 'src/input_common/drivers/sdl_driver.h')
| -rw-r--r-- | src/input_common/drivers/sdl_driver.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/input_common/drivers/sdl_driver.h b/src/input_common/drivers/sdl_driver.h index 08e49a0da..a140ad072 100644 --- a/src/input_common/drivers/sdl_driver.h +++ b/src/input_common/drivers/sdl_driver.h | |||
| @@ -69,11 +69,6 @@ public: | |||
| 69 | bool IsVibrationEnabled(const PadIdentifier& identifier) override; | 69 | bool IsVibrationEnabled(const PadIdentifier& identifier) override; |
| 70 | 70 | ||
| 71 | private: | 71 | private: |
| 72 | struct VibrationRequest { | ||
| 73 | PadIdentifier identifier; | ||
| 74 | Common::Input::VibrationStatus vibration; | ||
| 75 | }; | ||
| 76 | |||
| 77 | void InitJoystick(int joystick_index); | 72 | void InitJoystick(int joystick_index); |
| 78 | void CloseJoystick(SDL_Joystick* sdl_joystick); | 73 | void CloseJoystick(SDL_Joystick* sdl_joystick); |
| 79 | 74 | ||