]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
logind: drop unused prototype
authorLennart Poettering <lennart@poettering.net>
Tue, 22 Feb 2022 12:24:40 +0000 (13:24 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 9 Mar 2022 15:24:11 +0000 (16:24 +0100)
src/login/logind-action.h

index 21635376c85f713c32ae4993af6c9b553c8917ea..4365bd8d4b4cda870cba7a4711f31f01e489171b 100644 (file)
@@ -53,6 +53,5 @@ const char* handle_action_to_string(HandleAction h) _const_;
 HandleAction handle_action_from_string(const char *s) _pure_;
 
 const HandleActionData* manager_item_for_handle(HandleAction handle);
-HandleAction manager_handle_for_item(const HandleActionData* a);
 
 CONFIG_PARSER_PROTOTYPE(config_parse_handle_action);