diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-25 10:54:41 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-25 11:41:47 +1000 |
commit | 4eefb5bfa837aae2201769360745edcaad4ea8d8 (patch) | |
tree | 139327d7ac9f5b75aa3c71153816a1e70f46cbef | |
parent | fdd5d5c77d05c7f085e6f62c66b31b66087d195d (diff) |
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>
-rw-r--r-- | 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; |