aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx
diff options
context:
space:
mode:
authorEugene Sandulenko2015-11-30 23:54:09 +0100
committerEugene Sandulenko2015-11-30 23:54:27 +0100
commit3a574272b83cadf175cfb50a42fef0a126116ac6 (patch)
tree17519658698c1998314656bf08b4ec8e0044eea3 /engines/sword25/gfx
parent7449c09f4a637bfb23b4507de70a7344c1a41860 (diff)
downloadscummvm-rg350-3a574272b83cadf175cfb50a42fef0a126116ac6.tar.gz
scummvm-rg350-3a574272b83cadf175cfb50a42fef0a126116ac6.tar.bz2
scummvm-rg350-3a574272b83cadf175cfb50a42fef0a126116ac6.zip
SWORD25: Remove unused class variable
Diffstat (limited to 'engines/sword25/gfx')
-rw-r--r--engines/sword25/gfx/graphicengine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sword25/gfx/graphicengine.h b/engines/sword25/gfx/graphicengine.h
index cf4289b8bb..cca87b491c 100644
--- a/engines/sword25/gfx/graphicengine.h
+++ b/engines/sword25/gfx/graphicengine.h
@@ -310,8 +310,6 @@ private:
uint _frameTimeSampleSlot;
private:
- byte *_backBuffer;
-
RenderObjectPtr<Panel> _mainPanelPtr;
Common::ScopedPtr<RenderObjectManager> _renderObjectManagerPtr;