summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2012-02-07 10:57:05 -0800
committerJason Gerecke <killertofu@gmail.com>2012-02-16 17:55:37 -0800
commit5a2221de13f73c7edbe4221909225ef5c7c5c18a (patch)
treef9bf3f0a6886297badc0498aba54973af99e034c
parent4709394d76267df05f8dfa7f13e6beb1f9c7394f (diff)
Remove redundant redeclaration of 'wcmInitialScreens'
From GCC: In file included from ../src/xf86Wacom.c:46:0: ../src/xf86Wacom.h:147:13: warning: redundant redeclaration of 'wcmInitialScreens' [-Wredundant-decls] ../src/xf86Wacom.h:146:13: note: previous declaration of 'wcmInitialScreens' was here Signed-off-by: Jason Gerecke <killertofu@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86Wacom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h
index fc1b4f4..ad45529 100644
--- a/src/xf86Wacom.h
+++ b/src/xf86Wacom.h
@@ -144,7 +144,6 @@ extern Bool wcmPostInitParseOptions(InputInfoPtr pInfo, Bool is_primary, Bool is
extern int wcmParseSerials(InputInfoPtr pinfo);
extern void wcmInitialCoordinates(InputInfoPtr pInfo, int axes);
extern void wcmInitialScreens(InputInfoPtr pInfo);
-extern void wcmInitialScreens(InputInfoPtr pInfo);
extern int wcmDevSwitchModeCall(InputInfoPtr pInfo, int mode);
extern int wcmDevSwitchMode(ClientPtr client, DeviceIntPtr dev, int mode);