[Scummvm-cvs-logs] scummvm master -> c176a9a534f55ae618a3ac38169eb283a2a169da

sev- sev at scummvm.org
Mon Jun 23 22:05:28 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c176a9a534 FULLPIPE: Remove unused variable


Commit: c176a9a534f55ae618a3ac38169eb283a2a169da
    https://github.com/scummvm/scummvm/commit/c176a9a534f55ae618a3ac38169eb283a2a169da
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-06-23T23:04:44+03:00

Commit Message:
FULLPIPE: Remove unused variable

Changed paths:
    engines/fullpipe/gfx.cpp



diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index d465bf2..61fbf71 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;






More information about the Scummvm-git-logs mailing list