aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-08-24 00:20:40 +0000
committerDRC <dcommander@users.sourceforge.net>2011-08-24 00:20:40 +0000
commit76ab06d2da16f846a43a41bd68e4e047db7c3d98 (patch)
tree5a9e09e67c546a25dfa8d58646b53aec0c4fd2d3 /common/rfb
parent62f3a668b7be24d2ce254bd72233e31e0ce30cc5 (diff)
downloadtigervnc-76ab06d2da16f846a43a41bd68e4e047db7c3d98.tar.gz
tigervnc-76ab06d2da16f846a43a41bd68e4e047db7c3d98.zip
Remove unused variables
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4655 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb')
-rw-r--r--common/rfb/tightEncode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/tightEncode.h b/common/rfb/tightEncode.h
index 407c9d69..a6a82417 100644
--- a/common/rfb/tightEncode.h
+++ b/common/rfb/tightEncode.h
@@ -637,7 +637,6 @@ void FAST_FILL_PALETTE (const Rect& r, PIXEL_T *data, int stride)
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;