From ec3d658968f88a58fd026c62c2a69ddbeacd0fc5 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 13 Feb 2024 22:09:11 +0100 Subject: [PATCH] keybindings: Drop unneeded function declaration Part-of: --- src/core/keybindings.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/keybindings.c b/src/core/keybindings.c index 3b6f728bb..072f1102a 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -74,14 +74,6 @@ CLUTTER_BUTTON4_MASK | \ CLUTTER_BUTTON5_MASK) -static gboolean add_builtin_keybinding (MetaDisplay *display, - const char *name, - GSettings *settings, - MetaKeyBindingFlags flags, - MetaKeyBindingAction action, - MetaKeyHandlerFunc handler, - int handler_arg); - static void resolved_key_combo_reset (MetaResolvedKeyCombo *resolved_combo) {