From 8397df89456558e3c85b05e0acfccb9f6af6b695 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 11 Oct 2008 21:36:14 -0400 Subject: [PATCH] Remove unused MIN macro --- hw/xfree86/common/xf86Bus.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c index fe035f4f8..d7abfc997 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c @@ -94,10 +94,6 @@ static Bool doFramebufferMode = FALSE; static StateChangeNotificationPtr StateChangeNotificationList; static void notifyStateChange(xf86NotifyState state); -#undef MIN -#define MIN(x,y) ((x