XNEST: removed obsolete hack to build under Darwin

This commit is contained in:
Ben Byer 2007-09-19 03:44:46 -07:00
parent 378c7ebef4
commit 5e209b21f3

View File

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