mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
SWITCH: Remove Set But Unused Variables from Events Code
These were causing compiler warnings for the porter.
This commit is contained in:
parent
03380c0e8a
commit
7b247bad4c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user