mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
Remove unused variables.
svn-id: r43216
This commit is contained in:
parent
066dc92551
commit
bd71d79e73
@ -406,8 +406,6 @@ bool OSystem_SDL::loadGFXMode() {
|
||||
assert(_inited);
|
||||
_forceFull = true;
|
||||
|
||||
int hwW, hwH;
|
||||
|
||||
#if !defined(__MAEMO__) && !defined(GP2XWIZ)
|
||||
_videoMode.overlayWidth = _videoMode.screenWidth * _videoMode.scaleFactor;
|
||||
_videoMode.overlayHeight = _videoMode.screenHeight * _videoMode.scaleFactor;
|
||||
|
Loading…
Reference in New Issue
Block a user