From da9bf4dd717e75b911b806167df07389f3cff71b Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sat, 20 May 2006 15:22:17 +0000 Subject: fix compilation, that variable no longer exists svn-id: r22550 --- backends/sdl/graphics.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'backends') diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp index bb2c68edf1..c3cba82b50 100644 --- a/backends/sdl/graphics.cpp +++ b/backends/sdl/graphics.cpp @@ -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) -- cgit v1.2.3