summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorBen Byer <bbyer@bbyer.local>2007-09-19 03:43:40 -0700
committerBen Byer <bbyer@bbyer.local>2007-09-19 03:43:40 -0700
commit378c7ebef444cdc9ae62ebf05c7111088a0c4bc1 (patch)
tree8b2c09755321f8704fd409507ff4b9d67ff0ccd4 /hw/vfb
parent7813392d1c9a38d01cfff17732278bb7798eee5d (diff)
XVFB: Removed obsolete hack to build on Darwin
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitOutput.c16
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