mirror of
https://github.com/X11Libre/xf86-input-mouse.git
synced 2026-03-24 01:24:06 +00:00
Remove out-of-date comment.
/* * XXX This should be done by a function in the core server since the * MouseDevRec is defined in the os-support layer. */ no, it shouldn't and it isn't, in exactly that order. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -891,10 +891,6 @@ MousePreInit(InputDriverPtr drv, IDevPtr dev, int flags)
|
||||
}
|
||||
|
||||
/* Allocate the MouseDevRec and initialise it. */
|
||||
/*
|
||||
* XXX This should be done by a function in the core server since the
|
||||
* MouseDevRec is defined in the os-support layer.
|
||||
*/
|
||||
if (!(pMse = calloc(sizeof(MouseDevRec), 1)))
|
||||
return pInfo;
|
||||
pInfo->private = pMse;
|
||||
|
||||
Reference in New Issue
Block a user