tests/misc: Drop redundant screenInfo declaration

GCC warned about it:

../test/misc.c:36:19: warning: redundant redeclaration of ‘screenInfo’ [-Wredundant-decls]
   36 | extern ScreenInfo screenInfo;
      |                   ^~~~~~~~~~
In file included from ../test/misc.c:30:
../include/scrnintstr.h:688:29: note: previous declaration of ‘screenInfo’ was here
  688 | extern _X_EXPORT ScreenInfo screenInfo;
      |                             ^~~~~~~~~~
This commit is contained in:
Michel Dänzer 2020-01-28 18:35:45 +01:00 committed by Peter Hutterer
parent 4287604425
commit 794fd7e563
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@
#include "tests-common.h"
extern ScreenInfo screenInfo;
static void
dix_version_compare(void)
{