From 5ffa318ddb35308e3a87122bfb3944e3201532ba Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 5 Aug 2009 15:06:52 +1000 Subject: lbxproto: remove debug macro and definition of lbxDebug. This should not be in the protocol headers. Signed-off-by: Peter Hutterer --- lbxproto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lbxproto.h') diff --git a/lbxproto.h b/lbxproto.h index d613d42..a1ae62b 100644 --- a/lbxproto.h +++ b/lbxproto.h @@ -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. -- cgit v1.2.1