From 4eefb5bfa837aae2201769360745edcaad4ea8d8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 25 Oct 2010 10:54:41 +1000 Subject: [PATCH] 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 Reviewed-by: Alan Coopersmith Tested-by: Alan Coopersmith --- src/mouse.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mouse.c b/src/mouse.c index 8a0695f..045e6fc 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -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;