diff options
Diffstat (limited to 'src/w32bdf.c')
-rw-r--r-- | src/w32bdf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/w32bdf.c b/src/w32bdf.c index aa79cb5c379..b3df1645044 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c @@ -34,9 +34,6 @@ Boston, MA 02111-1307, USA. */ #include "w32term.h" #include "w32bdf.h" -#define min(a, b) ((a) < (b) ? (a) : (b)) -#define max(a, b) ((a) > (b) ? (a) : (b)) - /* 10 planes */ #define BDF_CODEPOINT_HEAP_INITIAL_SIZE (96 * 10) /* about 96 characters */ |