From 3a574272b83cadf175cfb50a42fef0a126116ac6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 30 Nov 2015 23:54:09 +0100 Subject: SWORD25: Remove unused class variable --- engines/sword25/gfx/graphicengine.h | 2 -- 1 file changed, 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 _mainPanelPtr; Common::ScopedPtr _renderObjectManagerPtr; -- cgit v1.2.3