From c176a9a534f55ae618a3ac38169eb283a2a169da Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 23 Jun 2014 23:04:44 +0300 Subject: FULLPIPE: Remove unused variable --- engines/fullpipe/gfx.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/fullpipe/gfx.cpp') diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp index d465bf210a..61fbf7192f 100644 --- a/engines/fullpipe/gfx.cpp +++ b/engines/fullpipe/gfx.cpp @@ -863,7 +863,6 @@ bool Bitmap::putDibRB(int32 *palette) { int start1; int fillLen; uint16 pixel; - int endx; int y; uint16 *srcPtr2; uint16 *srcPtr; @@ -875,7 +874,6 @@ bool Bitmap::putDibRB(int32 *palette) { debug(8, "Bitmap::putDibRB()"); - endx = _width - 1; endy = _height - 1; int startx = 0; -- cgit v1.2.3