From d1a9e0c5884942b62b3f538007e2b56a8c221f05 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 6 Oct 2009 22:02:06 +0000 Subject: fix checkwps breakage caused by r229900 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/checkwps.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tools/checkwps') diff --git a/tools/checkwps/checkwps.h b/tools/checkwps/checkwps.h index dd7da32776..fd494ce694 100644 --- a/tools/checkwps/checkwps.h +++ b/tools/checkwps/checkwps.h @@ -27,12 +27,4 @@ #define SYSFONT_HEIGHT 8 -#ifndef MIN -#define MIN(a, b) (((a)<(b))?(a):(b)) -#endif - -#ifndef BIT_N -#define BIT_N(n) (1U << (n)) -#endif - #endif -- cgit v1.2.3