diff --git a/src/core/keybindings.c b/src/core/keybindings.c index 4e8493211..19b0a43a5 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -182,9 +182,6 @@ static gboolean process_keyboard_resize_grab (MetaDisplay *display, MetaWindow *window, ClutterKeyEvent *event); -static void grab_key_bindings (MetaDisplay *display); -static void ungrab_key_bindings (MetaDisplay *display); - static GHashTable *key_handlers; static GHashTable *external_grabs;