aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2014-06-23 23:04:44 +0300
committerEugene Sandulenko2014-06-23 23:04:44 +0300
commitc176a9a534f55ae618a3ac38169eb283a2a169da (patch)
tree9e5b3a42658e5d4208decfbd14a6b66a972fefb2 /engines/fullpipe/gfx.cpp
parent2a09159c2b0ff338e2e96491f897094ccdd6b273 (diff)
downloadscummvm-rg350-c176a9a534f55ae618a3ac38169eb283a2a169da.tar.gz
scummvm-rg350-c176a9a534f55ae618a3ac38169eb283a2a169da.tar.bz2
scummvm-rg350-c176a9a534f55ae618a3ac38169eb283a2a169da.zip
FULLPIPE: Remove unused variable
Diffstat (limited to 'engines/fullpipe/gfx.cpp')
-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;