Fix cases in Darwin build where a variable is declared static and later as

extern (XFree86 Bug #1576, Jordan Frank).
This commit is contained in:
Torrey Lyons 2005-04-16 00:21:21 +00:00
parent 4f686f158b
commit 7a4e5f4006

View File

@ -59,8 +59,6 @@ typedef struct _AppleWMProcs {
FrameDrawProc FrameDraw;
} AppleWMProcsRec, *AppleWMProcsPtr;
extern AppleWMProcsPtr appleWMProcs;
void AppleWMExtensionInit(
AppleWMProcsPtr procsPtr
);