aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/gph/gph-graphics.cpp
diff options
context:
space:
mode:
authorDavid-John Willis2012-07-24 10:12:54 +0100
committerDavid-John Willis2012-07-24 10:12:54 +0100
commitd83764f05591ab552316fb6aa59ac92abc7c4680 (patch)
tree4b10c0a299712a5d64ad9a4d4b5f254b216224d4 /backends/graphics/gph/gph-graphics.cpp
parentb157269ff432c8ed08352683c1d6c7c4c246e429 (diff)
downloadscummvm-rg350-d83764f05591ab552316fb6aa59ac92abc7c4680.tar.gz
scummvm-rg350-d83764f05591ab552316fb6aa59ac92abc7c4680.tar.bz2
scummvm-rg350-d83764f05591ab552316fb6aa59ac92abc7c4680.zip
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.
Diffstat (limited to 'backends/graphics/gph/gph-graphics.cpp')
-rw-r--r--backends/graphics/gph/gph-graphics.cpp3
1 files changed, 1 insertions, 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 {