aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;