xwin: drop redundant declaration of winValidateArgs()

../hw/xwin/InitOutput.c:89:2: warning: redundant redeclaration of ‘winValidateArgs’ [-Wredundant-decls]
   89 |  winValidateArgs(void);
      |  ^~~~~~~~~~~~~~~

In file included from ../hw/xwin/InitOutput.c:35:
../hw/xwin/win.h:1008:1: note: previous declaration of ‘winValidateArgs’ was here

 1008 | winValidateArgs(void);
      | ^~~~~~~~~~~~~~~

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-25 14:51:37 +01:00
parent eb710e0e45
commit ed1c203a46

View File

@ -91,9 +91,6 @@ void
void
winLogVersionInfo(void);
Bool
winValidateArgs(void);
#ifdef RELOCATE_PROJECTROOT
const char *winGetBaseDir(void);
#endif