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 <peter.hutterer@who-t.net>
Acked-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Peter Hutterer
2009-11-03 13:40:21 +10:00
parent 33413529dc
commit e6b1a4ef12

View File

@@ -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