diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-02-12 13:16:43 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:42:08 +0200 |
commit | bcc295e5a60954ff39b011d6a2cbdf052a0efafc (patch) | |
tree | 592c120c797609fc84e359d7286b6b8a66b40c8b /common/rfb/RREDecoder.cxx | |
parent | 7b5c069d2e7eaa1748507a03697c14900258e507 (diff) | |
download | tigervnc-bcc295e5a60954ff39b011d6a2cbdf052a0efafc.tar.gz tigervnc-bcc295e5a60954ff39b011d6a2cbdf052a0efafc.zip |
Get rid of unnecessary macros as they are only ever set to a single thing
Diffstat (limited to 'common/rfb/RREDecoder.cxx')
-rw-r--r-- | common/rfb/RREDecoder.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/rfb/RREDecoder.cxx b/common/rfb/RREDecoder.cxx index 97d7a71d..b7808421 100644 --- a/common/rfb/RREDecoder.cxx +++ b/common/rfb/RREDecoder.cxx @@ -21,9 +21,6 @@ using namespace rfb; -#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 #include <rfb/rreDecode.h> #undef BPP |