aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/graphicengine.h
diff options
context:
space:
mode:
authormd52011-05-05 20:13:06 +0300
committermd52011-05-05 20:13:06 +0300
commit2af3759a7810fe96d0b8a0c5124c091b085fa6f0 (patch)
treed2d07ab36a0941151bfc50bf347c1dcd553a0bda /engines/sword25/gfx/graphicengine.h
parentf9868c807d5f9a39637db45eec9b0248cb8f8de5 (diff)
downloadscummvm-rg350-2af3759a7810fe96d0b8a0c5124c091b085fa6f0.tar.gz
scummvm-rg350-2af3759a7810fe96d0b8a0c5124c091b085fa6f0.tar.bz2
scummvm-rg350-2af3759a7810fe96d0b8a0c5124c091b085fa6f0.zip
SWORD25: Fixed the thumbnail creation code, and removed a hack
Diffstat (limited to 'engines/sword25/gfx/graphicengine.h')
-rw-r--r--engines/sword25/gfx/graphicengine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sword25/gfx/graphicengine.h b/engines/sword25/gfx/graphicengine.h
index ebd815931a..8d12168b62 100644
--- a/engines/sword25/gfx/graphicengine.h
+++ b/engines/sword25/gfx/graphicengine.h
@@ -235,9 +235,6 @@ public:
Graphics::Surface _backSurface;
Graphics::Surface *getSurface() { return &_backSurface; }
- Graphics::Surface _frameBuffer;
- Graphics::Surface *getFrameBuffer() { return &_frameBuffer; }
-
Common::SeekableReadStream *_thumbnail;
Common::SeekableReadStream *getThumbnail() { return _thumbnail; }