commit | 76ab06d2da16f846a43a41bd68e4e047db7c3d98 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Wed Aug 24 00:20:40 2011 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Wed Aug 24 00:20:40 2011 +0000 |
tree | 5a9e09e67c546a25dfa8d58646b53aec0c4fd2d3 | |
parent | 62f3a668b7be24d2ce254bd72233e31e0ce30cc5 [diff] |
Remove unused variables git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4655 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/tightEncode.h b/common/rfb/tightEncode.h index 407c9d6..a6a8241 100644 --- a/common/rfb/tightEncode.h +++ b/common/rfb/tightEncode.h
@@ -637,7 +637,6 @@ bool CHECK_SOLID_TILE(Rect& r, rdr::U32 *colorPtr, bool needSameColor) { PIXEL_T *buf, colorValue; - int dx, dy; int w = r.width(), h = r.height(); int stride = w;