summaryrefslogtreecommitdiff
path: root/lbxproto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-08-05 15:06:52 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-08-05 15:31:24 +1000
commit5ffa318ddb35308e3a87122bfb3944e3201532ba (patch)
tree769e5bf709c0932079130e359d9e6118e349c2d0 /lbxproto.h
parent5a266968b1ced367df1a47dc9729313c85be0516 (diff)
downloadxorg-proto-xextproto-5ffa318ddb35308e3a87122bfb3944e3201532ba.tar.gz
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>
Diffstat (limited to 'lbxproto.h')
-rw-r--r--lbxproto.h7
1 files changed, 0 insertions, 7 deletions
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.