aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/sdl/graphics.cpp4
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)