diff options
author | Ameer <aj662@drexel.edu> | 2020-07-02 16:51:16 -0400 |
---|---|---|
committer | Ameer <aj662@drexel.edu> | 2020-07-02 16:51:16 -0400 |
commit | 6e1639c7b004d13aba77549131ecee793fcc4065 (patch) | |
tree | 986eb64d29751cad2463e3e03f801e42b2089e05 /src/input_common/sdl/sdl_impl.cpp | |
parent | 6b7c8e469b2d7943cd7771648659bc362e5d1ddd (diff) |
Fix unnecessary diffs
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
-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 6b264f2a6f..675b477fa3 100644 --- a/src/input_common/sdl/sdl_impl.cpp +++ b/src/input_common/sdl/sdl_impl.cpp @@ -444,7 +444,6 @@ private: class SDLAnalogFactory final : public Input::Factory<Input::AnalogDevice> { public: explicit SDLAnalogFactory(SDLState& state_) : state(state_) {} - /** * Creates analog device from joystick axes * @param params contains parameters for creating the device: |