XVFB: Removed obsolete hack to build on Darwin

This commit is contained in:
Ben Byer 2007-09-19 03:43:40 -07:00
parent 7813392d1c
commit 378c7ebef4

View File

@ -225,22 +225,6 @@ void
DarwinHandleGUI(int argc, char *argv[])
{
}
void GlxExtensionInit();
void GlxWrapInitVisuals(void *procPtr);
void
DarwinGlxExtensionInit()
{
GlxExtensionInit();
}
void
DarwinGlxWrapInitVisuals(
void *procPtr)
{
GlxWrapInitVisuals(procPtr);
}
#endif
void