gtkwindowprivate: Remove _gtk_window_keys_foreach

Unused outside of gtkwindow.c
This commit is contained in:
Timm Bäder 2017-08-14 14:24:29 +02:00
parent c309def4f0
commit 54c362bf48
2 changed files with 1 additions and 5 deletions

View File

@ -10062,7 +10062,7 @@ gtk_window_mnemonic_hash_foreach (guint keyval,
(*info->func) (info->window, keyval, info->window->priv->mnemonic_modifier, TRUE, info->func_data);
}
void
static void
_gtk_window_keys_foreach (GtkWindow *window,
GtkWindowKeysForeachFunc func,
gpointer func_data)

View File

@ -60,10 +60,6 @@ typedef void (*GtkWindowKeysForeachFunc) (GtkWindow *window,
gboolean is_mnemonic,
gpointer data);
void _gtk_window_keys_foreach (GtkWindow *window,
GtkWindowKeysForeachFunc func,
gpointer func_data);
gboolean _gtk_window_check_handle_wm_event (GdkEvent *event);
/* --- internal (GtkAcceleratable) --- */