It hasn't done anything useful since at least 2003 and the debug message just spams the log.
Signed-off-by: Peter Hutterer <[email protected]> --- 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 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
