diff options
Diffstat (limited to 'src/dispnew.c')
-rw-r--r-- | src/dispnew.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 02ce752692d..0b91c69854c 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -75,9 +75,6 @@ Boston, MA 02111-1307, USA. */ #include <unistd.h> #endif -#define max(a, b) ((a) > (b) ? (a) : (b)) -#define min(a, b) ((a) < (b) ? (a) : (b)) - /* Get number of chars of output now in the buffer of a stdio stream. This ought to be built in in stdio, but it isn't. Some s- files override this because their stdio internals differ. */ |