diff options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/sdl/sdl_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/sdl/sdl_impl.cpp b/src/input_common/sdl/sdl_impl.cpp index 6b264f2a6..675b477fa 100644 --- a/src/input_common/sdl/sdl_impl.cpp +++ b/src/input_common/sdl/sdl_impl.cpp | |||
| @@ -444,7 +444,6 @@ private: | |||
| 444 | class SDLAnalogFactory final : public Input::Factory<Input::AnalogDevice> { | 444 | class SDLAnalogFactory final : public Input::Factory<Input::AnalogDevice> { |
| 445 | public: | 445 | public: |
| 446 | explicit SDLAnalogFactory(SDLState& state_) : state(state_) {} | 446 | explicit SDLAnalogFactory(SDLState& state_) : state(state_) {} |
| 447 | |||
| 448 | /** | 447 | /** |
| 449 | * Creates analog device from joystick axes | 448 | * Creates analog device from joystick axes |
| 450 | * @param params contains parameters for creating the device: | 449 | * @param params contains parameters for creating the device: |