Remove unused variables.

svn-id: r43216
This commit is contained in:
Johannes Schickel 2009-08-10 18:13:01 +00:00
parent 066dc92551
commit bd71d79e73

View File

@ -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;