diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-09-19 03:43:40 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.local> | 2007-09-19 03:43:40 -0700 |
commit | 378c7ebef444cdc9ae62ebf05c7111088a0c4bc1 (patch) | |
tree | 8b2c09755321f8704fd409507ff4b9d67ff0ccd4 /hw/vfb | |
parent | 7813392d1c9a38d01cfff17732278bb7798eee5d (diff) |
XVFB: Removed obsolete hack to build on Darwin
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/InitOutput.c | 16 |
1 files changed, 0 insertions, 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 |