[PATCH:synaptics 5/5] Reduce SynapticsCtrl to a stub.

Peter Hutterer peter.hutterer at who-t.net
Tue Nov 3 14:14:58 PST 2009


It hasn't done anything useful since at least 2003 and the debug message
just spams the log.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
This one got lost yesterday as ajax pointed out.

 src/synaptics.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/synaptics.c b/src/synaptics.c
index 7df3a72..d9b8f50 100644
--- a/src/synaptics.c
+++ b/src/synaptics.c
@@ -700,15 +700,6 @@ static void SynapticsUnInit(InputDriverPtr drv,
 static void
 SynapticsCtrl(DeviceIntPtr device, PtrCtrl *ctrl)
 {
-    DBG(3, "SynapticsCtrl called.\n");
-    /*
-      pInfo = device->public.devicePrivate;
-      pMse = pInfo->private;
-
-      pMse->num       = ctrl->num;
-      pMse->den       = ctrl->den;
-      pMse->threshold = ctrl->threshold;
-    */
 }
 
 static Bool
-- 
1.6.5.1


More information about the xorg-devel mailing list