From fe2abeda9de6529db01fd6deff26602533ae4e48 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 18 May 2023 15:56:17 +1000 Subject: [PATCH] eis: drop declaration for eis_client_has_capability() The implementation of this was removed in 408a3a94 --- src/libeis.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/libeis.h b/src/libeis.h index eb013a7..9dc1f52 100644 --- a/src/libeis.h +++ b/src/libeis.h @@ -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