From 49e9dcdf0a118ab9741f59354ac745a497deb1ca Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Wed, 7 Jul 1999 02:21:31 +0000 Subject: [PATCH] Cleanup externs. git-svn-id: svn://10.0.0.236/trunk@38566 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xlib/nsAppShell.cpp | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/mozilla/widget/src/xlib/nsAppShell.cpp b/mozilla/widget/src/xlib/nsAppShell.cpp index 16bd55fe2fc..679056b5174 100644 --- a/mozilla/widget/src/xlib/nsAppShell.cpp +++ b/mozilla/widget/src/xlib/nsAppShell.cpp @@ -26,20 +26,11 @@ #include "nsIServiceManager.h" #include "nsITimer.h" +#include "xlibrgb.h" + static NS_DEFINE_IID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID); static NS_DEFINE_IID(kIEventQueueServiceIID, NS_IEVENTQUEUESERVICE_IID); -extern "C" -void -xlib_rgb_init (Display *display, Screen *screen); - -extern "C" -Visual * -xlib_rgb_get_visual (void); - -extern "C" XVisualInfo * -xlib_rgb_get_visual_info (void); - // this is so that we can get the timers in the base. most widget // toolkits do this through some set of globals. not here though. we // don't have that luxury