From 20bd289ebeb289af51e2243b8457fe4655dc4109 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 7 Oct 2017 15:22:19 -0500 Subject: BACKENDS: Remove references to old normal1xScaler transaction property from ports --- backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/graphics/dinguxsdl') diff --git a/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp b/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp index 9e75dd10f4..10605f45a7 100644 --- a/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp +++ b/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp @@ -75,7 +75,6 @@ bool DINGUXSdlGraphicsManager::setGraphicsMode(int mode) { return false; } - _transactionDetails.normal1xScaler = (mode == GFX_NORMAL); if (_oldVideoMode.setup && _oldVideoMode.scaleFactor != newScaleFactor) _transactionDetails.needHotswap = true; -- cgit v1.2.3