diff options
Diffstat (limited to 'hacks/deluxe.c')
-rw-r--r-- | hacks/deluxe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hacks/deluxe.c b/hacks/deluxe.c index 5fd7eb7..3116f6b 100644 --- a/hacks/deluxe.c +++ b/hacks/deluxe.c @@ -17,7 +17,6 @@ # include "xdbe.h" #endif /* HAVE_DOUBLE_BUFFER_EXTENSION */ -#define countof(x) (sizeof(x)/sizeof(*(x))) #define ABS(x) ((x)<0?-(x):(x)) struct state { |