summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-10-02 14:10:50 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-11-06 12:07:34 +0000
commitff018d88b9f0fe23ba96c81b53d58532baf4df42 (patch)
tree6e14c4bf617576f64f4f0fc6f8fa05d4b899f307 /hw/xwin
parent63bb5c5ef16edf652179770294dcca4fc07dc992 (diff)
hw/xwin: Remove some redundant clipboard externs, now defined in winglobals.h
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin')
-rw-r--r--hw/xwin/winclipboardwrappers.c6
-rw-r--r--hw/xwin/winprocarg.c9
2 files changed, 0 insertions, 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
@@ -44,12 +44,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
* an external client has connected.
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
@@ -38,15 +38,6 @@ from The Open Group.
#include "winmonitors.h"
/*
- * References to external symbols
- */
-
-#ifdef XWIN_CLIPBOARD
-extern Bool g_fUnicodeClipboard;
-extern Bool g_fClipboard;
-#endif
-
-/*
* Function prototypes
*/