diff --git a/eesh/E.h b/eesh/E.h index aaa3c082..6757f51d 100644 --- a/eesh/E.h +++ b/eesh/E.h @@ -110,49 +110,8 @@ char *Estrdup(const char *s); /* #define DEBUG 1 */ -#ifdef DEBUG -extern int call_level; -extern int debug_level; - -#endif -#ifdef DEBUG -#define EDBUG(l,x) \ -{ \ - int i_call_level; \ - if (l