mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
hw/xwin: Fix redundant declaration in winclipboardinit.c
In file included from winclipboardinit.c:35:0: winclipboard.h:81:13: error: redundant redeclaration of ‘ErrorF’ ../../include/os.h:558:13: note: previous declaration of ‘ErrorF’ was here Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
@@ -79,7 +79,6 @@
|
||||
*/
|
||||
|
||||
extern char *display;
|
||||
extern void ErrorF(const char * /*f */ , ...);
|
||||
extern void winDebug(const char *format, ...);
|
||||
extern void winErrorFVerb(int verb, const char *format, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user