summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-12-31 21:28:53 -0500
committerJeremy Huddleston <jeremyhu@apple.com>2011-12-31 21:28:53 -0500
commit009ac94a8e6d084c13f15ed8b2e1b22f86530c9f (patch)
treeb6f8aada035daae46b17975ef23f93eed7d546cd
parent4b76d80e934f5503c712289ce73d4e10cc79bba6 (diff)
downloadxorg-driver-xf86-input-evdev-009ac94a8e6d084c13f15ed8b2e1b22f86530c9f.tar.gz
Remove redundant redeclaration of Evdev3BEmuPreInit
Found-by: Tinderbox Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--src/evdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/evdev.h b/src/evdev.h
index acd4289..1713b89 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -278,7 +278,6 @@ void EvdevMBEmuFinalize(InputInfoPtr);
CARD32 Evdev3BEmuTimer(OsTimerPtr timer, CARD32 time, pointer arg);
BOOL Evdev3BEmuFilterEvent(InputInfoPtr, int, BOOL);
void Evdev3BEmuPreInit(InputInfoPtr pInfo);
-void Evdev3BEmuPreInit(InputInfoPtr);
void Evdev3BEmuOn(InputInfoPtr);
void Evdev3BEmuFinalize(InputInfoPtr);
void Evdev3BEmuProcessRelMotion(InputInfoPtr pInfo, int dx, int dy);