--- np2/win9xc/trace.h 2003/12/08 00:55:34 1.2 +++ np2/win9xc/trace.h 2004/01/31 20:05:24 1.3 @@ -4,7 +4,6 @@ #define TRACEINIT() #define TRACETERM() #define TRACEOUT(a) -#define VERBOSE(a) #else @@ -23,7 +22,6 @@ extern void trace_fmt(const char *str, . #define TRACEINIT() trace_init() #define TRACETERM() trace_term() #define TRACEOUT(arg) trace_fmt arg -#define VERBOSE(arg) trace_fmt arg #endif