summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 4c7921752a5..0a726a4a01a 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -159,9 +159,6 @@ extern int use_dialog_box;
# define lstat stat
#endif
-#define min(a, b) ((a) < (b) ? (a) : (b))
-#define max(a, b) ((a) > (b) ? (a) : (b))
-
/* Nonzero during writing of auto-save files */
int auto_saving;