[PATCH fpit 4/8] Drop close_proc, conversion_proc, reverse_conversion_proc

Peter Hutterer peter.hutterer at who-t.net
Wed Dec 1 19:31:29 PST 2010


Not called by the server.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/xf86Fpit.c |    3 ---
 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;
-- 
1.7.3.2



More information about the xorg-devel mailing list