diff options
author | marha <marha@users.sourceforge.net> | 2009-09-02 19:37:05 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-02 19:37:05 +0000 |
commit | 4516291c5cc272655374a74db29e910ea0f3b569 (patch) | |
tree | ad9356a986d772f776cf905bae7cbc2c1bef9faa /X11/extensions/lbxproto.h | |
parent | f66b874a1ab4a89f93d70136f3757f3fd5163a0a (diff) | |
download | vcxsrv-4516291c5cc272655374a74db29e910ea0f3b569.tar.gz vcxsrv-4516291c5cc272655374a74db29e910ea0f3b569.tar.bz2 vcxsrv-4516291c5cc272655374a74db29e910ea0f3b569.zip |
Switched to xextproto-7.1.1.tar.gz
Diffstat (limited to 'X11/extensions/lbxproto.h')
-rw-r--r-- | X11/extensions/lbxproto.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/X11/extensions/lbxproto.h b/X11/extensions/lbxproto.h index d613d4232..a1ae62ba4 100644 --- a/X11/extensions/lbxproto.h +++ b/X11/extensions/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. |