xfree86: update comment for xf86DeleteInput

We have a driver hook - it's UnInit.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Fernando Carrijo <fcarrijo@freedesktop.org>
This commit is contained in:
Peter Hutterer 2010-09-02 14:45:03 +10:00
parent b8d9c5ff00
commit c08f7afdbc

View File

@ -679,10 +679,8 @@ xf86AddInput(InputDriverPtr drv, InputInfoPtr pInfo)
}
/*
* Remove an entry from xf86InputDevs. Ideally it should free all allocated
* data. To do this properly may require a driver hook.
* Remove an entry from xf86InputDevs and free all the device's information.
*/
void
xf86DeleteInput(InputInfoPtr pInp, int flags)
{