From 5e209b21f3d6b3268fa7dab1e8df892d8352cc08 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Wed, 19 Sep 2007 03:44:46 -0700 Subject: [PATCH] XNEST: removed obsolete hack to build under Darwin --- hw/xnest/Init.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 5bf0300c6..4699111b9 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -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()