From 378c7ebef444cdc9ae62ebf05c7111088a0c4bc1 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Wed, 19 Sep 2007 03:43:40 -0700 Subject: [PATCH] XVFB: Removed obsolete hack to build on Darwin --- hw/vfb/InitOutput.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c index a2d866118..812326a50 100644 --- a/hw/vfb/InitOutput.c +++ b/hw/vfb/InitOutput.c @@ -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