diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-09-19 03:44:46 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.local> | 2007-09-19 03:44:46 -0700 |
commit | 5e209b21f3d6b3268fa7dab1e8df892d8352cc08 (patch) | |
tree | 126c8c29043492e3c2c75f4a179f93252de03224 /hw/xnest | |
parent | 378c7ebef444cdc9ae62ebf05c7111088a0c4bc1 (diff) |
XNEST: removed obsolete hack to build under Darwin
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 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() |