summaryrefslogtreecommitdiff
path: root/lbxproto.h
diff options
context:
space:
mode:
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.