Remove unused function menu_call_actions()

This commit is contained in:
Johan Malm 2025-09-25 19:24:52 +01:00 committed by John Lindgren
parent 7a5b7aa378
commit 6bbdc3c6dc
2 changed files with 0 additions and 21 deletions

View file

@ -1544,15 +1544,6 @@ menu_process_cursor_motion(struct wlr_scene_node *node)
menu_process_item_selection(item);
}
bool
menu_call_actions(struct wlr_scene_node *node)
{
assert(node && node->data);
struct menuitem *item = node_menuitem_from_node(node);
return menu_execute_item(item);
}
void
menu_close_root(struct server *server)
{