summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-12-02 12:55:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-12-02 13:23:29 +1000
commit4f79c6a79aecda664e1397eaba0d32f44eec7508 (patch)
tree08e1ec89e26f3893e4fb7b36e02d5e49f3828bd4
parenta7b06d619652a42321546731994c1a9bf0b04f80 (diff)
Drop close_proc, conversion_proc, reverse_conversion_proc
Not called by the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>
-rw-r--r--src/xf86Fpit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c
index 87c04f1..ceeecbd 100644
--- a/src/xf86Fpit.c
+++ b/src/xf86Fpit.c
@@ -569,10 +569,7 @@ static InputInfoPtr xf86FpitAllocate(InputDriverPtr drv)
pInfo->device_control = xf86FpitControl;
pInfo->read_input = xf86FpitReadInput;
pInfo->control_proc = NULL;
- pInfo->close_proc = NULL;
pInfo->switch_mode = NULL;
- pInfo->conversion_proc = xf86FpitConvert;
- pInfo->reverse_conversion_proc = NULL;
pInfo->fd = -1;
pInfo->atom = 0;
pInfo->dev = NULL;