summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorrey Lyons <torrey@mrcla.com>2005-04-16 00:21:21 +0000
committerTorrey Lyons <torrey@mrcla.com>2005-04-16 00:21:21 +0000
commit7a4e5f4006319e025e3ff561eccc3f1ad6c661a0 (patch)
treeaa8cbb6e8ac0c305fc2b0e15ab57275f9a06dfe7
parent4f686f158b00478a3d074128f9e4cb6dc0d928cd (diff)
Fix cases in Darwin build where a variable is declared static and later asXORG-6_8_99_3
extern (XFree86 Bug #1576, Jordan Frank).
-rw-r--r--hw/darwin/quartz/applewmExt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/darwin/quartz/applewmExt.h b/hw/darwin/quartz/applewmExt.h
index 92d3c5c03..b27083ac7 100644
--- a/hw/darwin/quartz/applewmExt.h
+++ b/hw/darwin/quartz/applewmExt.h
@@ -59,8 +59,6 @@ typedef struct _AppleWMProcs {
FrameDrawProc FrameDraw;
} AppleWMProcsRec, *AppleWMProcsPtr;
-extern AppleWMProcsPtr appleWMProcs;
-
void AppleWMExtensionInit(
AppleWMProcsPtr procsPtr
);