Xext: fix redundant redeclaration warnings

panoramiX.c:595:13: warning: redundant redeclaration of 'CreateConnectionBlock'
../include/dix.h:167:23: note: previous declaration of 'CreateConnectionBlock' was here
xres.c:193:13: warning: redundant redeclaration of 'ResExtensionInit'
../include/extinit.h:109:13: note: previous declaration of 'ResExtensionInit'
xtest.c:60:12: warning: redundant redeclaration of 'DeviceValuator'
../Xi/exglobals.h:61:12: note: previous declaration of 'DeviceValuator' was here

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Yaakov Selkowitz 2012-10-16 21:08:52 -05:00
parent 89447e1b50
commit 20cf7918ed
3 changed files with 0 additions and 6 deletions

View File

@ -592,8 +592,6 @@ PanoramiXExtensionInit(void)
}
extern Bool CreateConnectionBlock(void);
Bool
PanoramiXCreateConnectionBlock(void)
{

View File

@ -190,8 +190,6 @@ DestroyConstructResourceBytesCtx(ConstructResourceBytesCtx *ctx)
ht_destroy(ctx->visitedResources);
}
extern void ResExtensionInit(void);
static int
ProcXResQueryVersion(ClientPtr client)
{

View File

@ -57,8 +57,6 @@
#include "extinit.h"
extern int DeviceValuator;
/* XTest events are sent during request processing and may be interruped by
* a SIGIO. We need a separate event list to avoid events overwriting each
* other's memory */