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>
This commit is contained in:
Jon TURNEY 2014-10-02 14:10:50 +01:00
parent 63bb5c5ef1
commit ff018d88b9
2 changed files with 0 additions and 15 deletions

View File

@ -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

View File

@ -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
*/