Remove unused MIN macro

This commit is contained in:
Adam Jackson 2008-10-11 21:36:14 -04:00
parent c251c0baae
commit 8397df8945

View File

@ -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.
*