diff options
| author | Paweł Kołodziejski | 2006-05-20 15:22:17 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2006-05-20 15:22:17 +0000 |
| commit | da9bf4dd717e75b911b806167df07389f3cff71b (patch) | |
| tree | 9f1801ef978070478c0fabce940e74d67f7674d5 /backends/sdl | |
| parent | 4d1f4ffb50934aae2f3f948bbfbbf1937089a2ea (diff) | |
| download | scummvm-rg350-da9bf4dd717e75b911b806167df07389f3cff71b.tar.gz scummvm-rg350-da9bf4dd717e75b911b806167df07389f3cff71b.tar.bz2 scummvm-rg350-da9bf4dd717e75b911b806167df07389f3cff71b.zip | |
fix compilation, that variable no longer exists
svn-id: r22550
Diffstat (limited to 'backends/sdl')
| -rw-r--r-- | backends/sdl/graphics.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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) |
