From 7a4e5f4006319e025e3ff561eccc3f1ad6c661a0 Mon Sep 17 00:00:00 2001 From: Torrey Lyons Date: Sat, 16 Apr 2005 00:21:21 +0000 Subject: Fix cases in Darwin build where a variable is declared static and later as extern (XFree86 Bug #1576, Jordan Frank). --- hw/darwin/quartz/applewmExt.h | 2 -- 1 file changed, 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 ); -- cgit v1.2.3