aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/fullpipe/gfx.cpp2
1 files changed, 0 insertions, 2 deletions
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;