From e6b1a4ef1208fa7ba1e3be3fa01b943ca6f83cd4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 3 Nov 2009 13:40:21 +1000 Subject: [PATCH] Reduce SynapticsCtrl to a stub. It hasn't done anything useful since at least 2003 and the debug message just spams the log. Signed-off-by: Peter Hutterer Acked-by: Adam Jackson --- src/synaptics.c | 9 --------- 1 file changed, 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