diff options
author | Eugene Sandulenko | 2014-06-23 23:04:44 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2014-06-23 23:04:44 +0300 |
commit | c176a9a534f55ae618a3ac38169eb283a2a169da (patch) | |
tree | 9e5b3a42658e5d4208decfbd14a6b66a972fefb2 /engines | |
parent | 2a09159c2b0ff338e2e96491f897094ccdd6b273 (diff) | |
download | scummvm-rg350-c176a9a534f55ae618a3ac38169eb283a2a169da.tar.gz scummvm-rg350-c176a9a534f55ae618a3ac38169eb283a2a169da.tar.bz2 scummvm-rg350-c176a9a534f55ae618a3ac38169eb283a2a169da.zip |
FULLPIPE: Remove unused variable
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/gfx.cpp | 2 |
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; |