keybindings: Remove unneeded forward declaration
The functions `grab_key_bindings()` and `ungrab_key_bindings()` are not used before their actual definition, there is no need to have a forward declaration for those. https://gitlab.gnome.org/GNOME/mutter/merge_requests/685
This commit is contained in:
parent
9189b7b512
commit
456698c814
@ -182,9 +182,6 @@ static gboolean process_keyboard_resize_grab (MetaDisplay *display,
|
|||||||
MetaWindow *window,
|
MetaWindow *window,
|
||||||
ClutterKeyEvent *event);
|
ClutterKeyEvent *event);
|
||||||
|
|
||||||
static void grab_key_bindings (MetaDisplay *display);
|
|
||||||
static void ungrab_key_bindings (MetaDisplay *display);
|
|
||||||
|
|
||||||
static GHashTable *key_handlers;
|
static GHashTable *key_handlers;
|
||||||
static GHashTable *external_grabs;
|
static GHashTable *external_grabs;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user