diff options
author | Eugene Sandulenko | 2015-11-30 23:54:09 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2015-11-30 23:54:27 +0100 |
commit | 3a574272b83cadf175cfb50a42fef0a126116ac6 (patch) | |
tree | 17519658698c1998314656bf08b4ec8e0044eea3 /engines/sword25/gfx | |
parent | 7449c09f4a637bfb23b4507de70a7344c1a41860 (diff) | |
download | scummvm-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.h | 2 |
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; |