diff options
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Init.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 324cf9696..a5f6c55af 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -127,22 +127,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() |