mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-25 19:50:06 +01:00
eis: drop declaration for eis_client_has_capability()
The implementation of this was removed in 408a3a94
This commit is contained in:
parent
73662468cf
commit
fe2abeda9d
1 changed files with 0 additions and 7 deletions
|
|
@ -624,13 +624,6 @@ eis_client_connect(struct eis_client *client);
|
|||
void
|
||||
eis_client_disconnect(struct eis_client *client);
|
||||
|
||||
/**
|
||||
* Returns true if the client is allowed this capability.
|
||||
*/
|
||||
bool
|
||||
eis_client_has_capability(struct eis_client *client,
|
||||
enum eis_device_capability cap);
|
||||
|
||||
/**
|
||||
* Create a new logical seat with a given name. Devices available to a
|
||||
* client belong to a bound seat, or in other words: a client cannot receive
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue