diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-12-31 21:28:53 -0500 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-12-31 21:28:53 -0500 |
commit | 009ac94a8e6d084c13f15ed8b2e1b22f86530c9f (patch) | |
tree | b6f8aada035daae46b17975ef23f93eed7d546cd | |
parent | 4b76d80e934f5503c712289ce73d4e10cc79bba6 (diff) |
Remove redundant redeclaration of Evdev3BEmuPreInit
Found-by: Tinderbox
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | src/evdev.h | 1 |
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); |