mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 09:44:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user