[PATCH mouse 03/23] Remove out-of-date comment.
Peter Hutterer
peter.hutterer at who-t.net
Sun Oct 24 23:25:11 PDT 2010
/*
* 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 at who-t.net>
---
src/mouse.c | 4 ----
1 files changed, 0 insertions(+), 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;
--
1.7.2.3
More information about the xorg-devel
mailing list