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:
Peter Hutterer
2010-10-25 10:54:41 +10:00
parent fdd5d5c77d
commit 4eefb5bfa8

View File

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