WIP: clean up forgotten comment
This commit is contained in:
parent
48918f28d9
commit
c14c7ec016
|
@ -123,13 +123,6 @@ XISendDeviceHierarchyEvent(int flags[MAXDEVICES])
|
||||||
free(ev);
|
free(ev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
|
||||||
*
|
|
||||||
* This procedure allows a client to change the device hierarchy through
|
|
||||||
* adding new master devices, removing them, etc.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
add_master(ClientPtr client, xXIAddMasterInfo * c, int flags[MAXDEVICES])
|
add_master(ClientPtr client, xXIAddMasterInfo * c, int flags[MAXDEVICES])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue