From 2e6de9f2fc04234c38dd1951872894a4d3d5df01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Mon, 30 Sep 1996 15:37:51 +0000 Subject: [PATCH] Removed definition of min macro git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@818 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index fbea29d97..75ccef725 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -56,10 +56,6 @@ static char STRING[] = "****************"; #define XNLOCK_CTRL 1 #define XNLOCK_NOCTRL 0 -#ifndef min -#define min(x,y) (((x)<(y))?(x):(y)) -#endif - static XtAppContext app; static Display *dpy; static unsigned short Width, Height;