diff options
Diffstat (limited to 'src/scroll.c')
-rw-r--r-- | src/scroll.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scroll.c b/src/scroll.c index 83e029f417c..5e45725ae30 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -29,9 +29,6 @@ Boston, MA 02111-1307, USA. */ #include "frame.h" #include "window.h" -#define max(a, b) ((a) > (b) ? (a) : (b)) -#define min(a, b) ((a) < (b) ? (a) : (b)) - /* All costs measured in characters. So no cost can exceed the area of a frame, measured in characters. Let's hope this is never more than 1000000 characters. */ |