aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-11-29 20:52:46 +0000
committerBastien Bouclet2010-11-29 20:52:46 +0000
commit291bea1858c12b8557aeb46e6f57dc701293c956 (patch)
tree2af6bc78af30990ae61a4ebbd753d90cf4d97838 /engines/mohawk/graphics.h
parente26fb921e9ab814b81ba5c496c626e49f03a47a3 (diff)
downloadscummvm-rg350-291bea1858c12b8557aeb46e6f57dc701293c956.tar.gz
scummvm-rg350-291bea1858c12b8557aeb46e6f57dc701293c956.tar.bz2
scummvm-rg350-291bea1858c12b8557aeb46e6f57dc701293c956.zip
MOHAWK: Revert the screen cache since it has a huge performance hit, and is not needed as is.
svn-id: r54605
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index 71bdf2f4a7..1f184b30d0 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -125,7 +125,6 @@ private:
Common::File picFile;
} _pictureFile;
- Graphics::Surface *_mainScreen;
bool _dirtyScreen;
Graphics::PixelFormat _pixelFormat;
};