summaryrefslogtreecommitdiff
path: root/gtk/gtkactionmuxer.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-06-22 22:38:14 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-06-22 22:38:14 +0000
commit95e5472ade765eae852f2fc6106fd22f30e3bf11 (patch)
tree898210eaf8f35b9a267f0d5f61e3cb394d3db83a /gtk/gtkactionmuxer.c
parent06ff4a8b6f52079d87d9865ebcbf6fe7679b2827 (diff)
downloadgtk+-95e5472ade765eae852f2fc6106fd22f30e3bf11.tar.gz
action muxer: Remove unused api
Diffstat (limited to 'gtk/gtkactionmuxer.c')
-rw-r--r--gtk/gtkactionmuxer.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk/gtkactionmuxer.c b/gtk/gtkactionmuxer.c
index f74a65367a..8810ffb921 100644
--- a/gtk/gtkactionmuxer.c
+++ b/gtk/gtkactionmuxer.c
@@ -1052,20 +1052,6 @@ gtk_action_muxer_remove (GtkActionMuxer *muxer,
}
}
-GActionGroup *
-gtk_action_muxer_lookup (GtkActionMuxer *muxer,
- const gchar *prefix)
-{
- Group *group;
-
- group = g_hash_table_lookup (muxer->groups, prefix);
-
- if (group != NULL)
- return group->group;
-
- return NULL;
-}
-
/*< private >
* gtk_action_muxer_new:
* @widget: the widget to which the muxer belongs