diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-11-03 23:55:14 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-11-03 23:55:14 +0000 |
commit | 3461d590b7c13e03a01bf5ffec59d035b2d6de4e (patch) | |
tree | b2e94b6cafbe7668a83f608cdbbef6833e24579a /common/rfb | |
parent | 374b4d5fbb4233a1f23785b14b7d0b5b59ceaf7c (diff) | |
download | tigervnc-3461d590b7c13e03a01bf5ffec59d035b2d6de4e.tar.gz tigervnc-3461d590b7c13e03a01bf5ffec59d035b2d6de4e.zip |
Remove unneeded EXTRA_ARGS definition
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4761 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb')
-rw-r--r-- | common/rfb/TightDecoder.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |