diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-08-24 00:20:40 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-08-24 00:20:40 +0000 |
commit | 76ab06d2da16f846a43a41bd68e4e047db7c3d98 (patch) | |
tree | 5a9e09e67c546a25dfa8d58646b53aec0c4fd2d3 /common/rfb | |
parent | 62f3a668b7be24d2ce254bd72233e31e0ce30cc5 (diff) | |
download | tigervnc-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.h | 1 |
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; |