Remove unused variable
This commit is contained in:
parent
5f315d0093
commit
db2b120b68
3 changed files with 3 additions and 6 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include <QDir>
|
||||
#include <QGuiApplication>
|
||||
|
||||
SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, NvComputer* computer, int streamWidth, int streamHeight)
|
||||
SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, int streamHeight)
|
||||
: m_MultiController(prefs.multiController),
|
||||
m_GamepadMouse(prefs.gamepadMouse),
|
||||
m_SwapMouseButtons(prefs.swapMouseButtons),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue