From 76ab06d2da16f846a43a41bd68e4e047db7c3d98 Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 24 Aug 2011 00:20:40 +0000 Subject: [PATCH] Remove unused variables git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4655 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/tightEncode.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5