From f06b468d96afd323e28645dde44170ab367da4f1 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Wed, 25 Jan 2012 17:09:18 +0000 Subject: [PATCH] hw/xwin: Fix redundant declarations in winmultiwindowwm.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit winmultiwindowwm.c:139:14: error: redundant redeclaration of ‘display’ ../../include/opaque.h:52:14: note: previous declaration of ‘display’ was here winmultiwindowwm.c:140:13: error: redundant redeclaration of ‘ErrorF’ ../../include/os.h:558:13: note: previous declaration of ‘ErrorF’ was here Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/winmultiwindowwm.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hw/xwin/winmultiwindowwm.c b/hw/xwin/winmultiwindowwm.c index ffb7c2d0ff..8d55e0132a 100644 --- a/hw/xwin/winmultiwindowwm.c +++ b/hw/xwin/winmultiwindowwm.c @@ -131,13 +131,6 @@ typedef struct _XMsgProcArgRec { HWND hwndScreen; } XMsgProcArgRec, *XMsgProcArgPtr; -/* - * References to external symbols - */ - -extern char *display; -extern void ErrorF(const char * /*f */ , ...); - /* * Prototypes for local functions */