diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-05 15:06:52 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-05 15:31:24 +1000 |
commit | 5ffa318ddb35308e3a87122bfb3944e3201532ba (patch) | |
tree | 769e5bf709c0932079130e359d9e6118e349c2d0 | |
parent | 5a266968b1ced367df1a47dc9729313c85be0516 (diff) |
lbxproto: remove debug macro and definition of lbxDebug.
This should not be in the protocol headers.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | lbxproto.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -959,14 +959,7 @@ typedef struct _LbxFreeCellsEvent { #define DBG_BLOCK 0x00000020 #define DBG_CLIENT 0x00000040 #define DBG_DELTA 0x00000080 - -extern int lbxDebug; - -#define DBG(n,m) if (lbxDebug & (n)) { fprintf m; } else -#else -#define DBG(n,m) #endif - /* * Cancel the previous redefinition of the basic types, thus restoring their * X.h definitions. |