From d83764f05591ab552316fb6aa59ac92abc7c4680 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 24 Jul 2012 10:12:54 +0100 Subject: GPH: Fix accidental commit. * I did not mean to commit any of the GPH backend with the OP stuff. Cleanup of this backend will follow later. --- backends/graphics/gph/gph-graphics.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/graphics/gph/gph-graphics.cpp b/backends/graphics/gph/gph-graphics.cpp index 5d4baefc6e..8521e88eaf 100644 --- a/backends/graphics/gph/gph-graphics.cpp +++ b/backends/graphics/gph/gph-graphics.cpp @@ -36,8 +36,7 @@ static const OSystem::GraphicsMode s_supportedGraphicsModes[] = { }; GPHGraphicsManager::GPHGraphicsManager(SdlEventSource *sdlEventSource) - : SurfaceSdlGraphicsManager(sdlEventSource), - _cursorDontScale(true) { + : SurfaceSdlGraphicsManager(sdlEventSource) { } const OSystem::GraphicsMode *GPHGraphicsManager::getSupportedGraphicsModes() const { -- cgit v1.2.3