Remove unused variable

This commit is contained in:
Cameron Gutman
2023-03-18 14:29:45 -05:00
parent 5f315d0093
commit db2b120b68
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -38,8 +38,7 @@ struct GamepadState {
class SdlInputHandler
{
public:
explicit SdlInputHandler(StreamingPreferences& prefs, NvComputer* computer,
int streamWidth, int streamHeight);
explicit SdlInputHandler(StreamingPreferences& prefs, int streamWidth, int streamHeight);
~SdlInputHandler();