From: DRC Date: Thu, 3 Nov 2011 23:55:14 +0000 (+0000) Subject: Remove unneeded EXTRA_ARGS definition X-Git-Tag: v1.1.90~59 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3461d590b7c13e03a01bf5ffec59d035b2d6de4e;p=tigervnc.git Remove unneeded EXTRA_ARGS definition git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4761 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/common/rfb/TightDecoder.cxx b/common/rfb/TightDecoder.cxx index 670e480a..b3d174a3 100644 --- a/common/rfb/TightDecoder.cxx +++ b/common/rfb/TightDecoder.cxx @@ -25,7 +25,6 @@ using namespace rfb; #define TIGHT_MAX_WIDTH 2048 -#define EXTRA_ARGS CMsgHandler* handler #define FILL_RECT(r, p) handler->fillRect(r, p) #define IMAGE_RECT(r, p) handler->imageRect(r, p) #define BPP 8