SWITCH: Remove Set But Unused Variables from Events Code

These were causing compiler warnings for the porter.
This commit is contained in:
D G Turner 2019-10-05 01:49:21 +01:00
parent 03380c0e8a
commit 7b247bad4c

View File

@ -349,12 +349,6 @@ void SwitchEventSource::convertTouchXYToGameXY(float touchX, float touchY, int *
int screenH = _km.y_max;
int screenW = _km.x_max;
int windowH = g_system->getHeight();
int windowW = g_system->getWidth();
bool fullscreen = ConfMan.getBool("fullscreen");
bool aspectRatioCorrection = ConfMan.getBool("aspect_ratio");
const int dispW = TOUCHSCREEN_WIDTH;
const int dispH = TOUCHSCREEN_HEIGHT;