From 72a548c8bc92be9d01fde023d9490110aa3bab71 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 9 Mar 2014 22:12:52 +0100 Subject: GROOVIE: Remove two useless variables --- engines/groovie/roq.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/groovie/roq.h') diff --git a/engines/groovie/roq.h b/engines/groovie/roq.h index 0e82983e63..b5e63c2b4a 100644 --- a/engines/groovie/roq.h +++ b/engines/groovie/roq.h @@ -75,7 +75,8 @@ private: byte _codebook4[256 * 4]; // Buffers - Graphics::Surface *_fg, *_bg, *_thirdBuf; + // Graphics::Surface *_fg, *_thirdBuf; + Graphics::Surface *_bg; Graphics::Surface *_currBuf, *_prevBuf; void buildShowBuf(); byte _scaleX, _scaleY; -- cgit v1.2.3