From ff018d88b9f0fe23ba96c81b53d58532baf4df42 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Thu, 2 Oct 2014 14:10:50 +0100 Subject: [PATCH] hw/xwin: Remove some redundant clipboard externs, now defined in winglobals.h Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/winclipboardwrappers.c | 6 ------ hw/xwin/winprocarg.c | 9 --------- 2 files changed, 15 deletions(-) diff --git a/hw/xwin/winclipboardwrappers.c b/hw/xwin/winclipboardwrappers.c index 2679f4f98..2e6b63287 100644 --- a/hw/xwin/winclipboardwrappers.c +++ b/hw/xwin/winclipboardwrappers.c @@ -43,12 +43,6 @@ DISPATCH_PROC(winProcEstablishConnection); -/* - * References to external symbols - */ - -extern Bool g_fClipboard; - /* * Wrapper for internal EstablishConnection function. * Initializes internal clients that must not be started until diff --git a/hw/xwin/winprocarg.c b/hw/xwin/winprocarg.c index f2bf05bad..f6d14a1b8 100644 --- a/hw/xwin/winprocarg.c +++ b/hw/xwin/winprocarg.c @@ -37,15 +37,6 @@ from The Open Group. #include "winmsg.h" #include "winmonitors.h" -/* - * References to external symbols - */ - -#ifdef XWIN_CLIPBOARD -extern Bool g_fUnicodeClipboard; -extern Bool g_fClipboard; -#endif - /* * Function prototypes */