diff options
author | Peter Osterlund <petero2@telia.com> | 2004-07-26 18:35:22 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:38 +0200 |
commit | a7a994b49a915ed2e895ddf24bcfb7a45414f554 (patch) | |
tree | d4aea34bb714cde92d122af138f794438eb99646 /synaptics.c | |
parent | f5f1f8427634a3970c5bd99940816aba6fa63a52 (diff) |
Removed duplicated function declaration.
Diffstat (limited to 'synaptics.c')
-rw-r--r-- | synaptics.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synaptics.c b/synaptics.c index 8929ed5..9a41d8f 100644 --- a/synaptics.c +++ b/synaptics.c @@ -121,7 +121,6 @@ static Bool ConvertProc(LocalDevicePtr, int, int, int, int, int, int, int, int, static Bool DeviceInit(DeviceIntPtr); static Bool DeviceOn(DeviceIntPtr); static Bool DeviceOff(DeviceIntPtr); -static Bool DeviceInit(DeviceIntPtr); InputDriverRec SYNAPTICS = { |