summaryrefslogtreecommitdiff
path: root/src/xmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index b33e8f0e591..6a7b86b1e10 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -81,9 +81,6 @@ Boston, MA 02111-1307, USA. */
#endif /* not USE_X_TOOLKIT */
#endif /* HAVE_X_WINDOWS */
-#define min(x,y) (((x) < (y)) ? (x) : (y))
-#define max(x,y) (((x) > (y)) ? (x) : (y))
-
#ifndef TRUE
#define TRUE 1
#define FALSE 0