summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-11 21:36:14 -0400
committerAdam Jackson <ajax@redhat.com>2008-11-24 23:40:05 -0500
commit8397df89456558e3c85b05e0acfccb9f6af6b695 (patch)
tree99e1e4b85bdcee2793118398d7a0332074236d58
parentc251c0baae59714a6ac83b69cd106c08baa3613e (diff)
Remove unused MIN macro
-rw-r--r--hw/xfree86/common/xf86Bus.c4
1 files changed, 0 insertions, 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<y)?x:y)
-
-
/*
* Call the bus probes relevant to the architecture.
*