fix compilation, that variable no longer exists

svn-id: r22550
This commit is contained in:
Paweł Kołodziejski 2006-05-20 15:22:17 +00:00
parent 4d1f4ffb50
commit da9bf4dd71

View file

@ -273,10 +273,6 @@ int OSystem_SDL::getGraphicsMode() const {
}
void OSystem_SDL::initSize(uint w, uint h) {
#ifdef DISABLE_SCALERS
overlayScale = 1;
#endif
// Avoid redundant res changes
if ((int)w == _screenWidth && (int)h == _screenHeight &&
_transactionMode != kTransactionCommit)