diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-11 21:36:14 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-24 23:40:05 -0500 |
commit | 8397df89456558e3c85b05e0acfccb9f6af6b695 (patch) | |
tree | 99e1e4b85bdcee2793118398d7a0332074236d58 | |
parent | c251c0baae59714a6ac83b69cd106c08baa3613e (diff) |
Remove unused MIN macro
-rw-r--r-- | hw/xfree86/common/xf86Bus.c | 4 |
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. * |