summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-06-16 00:17:45 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-06-15 21:40:38 -0400
commit9bb2d1eb5ce1fffe7371cf92fa695937797fb98b (patch)
tree88ef6d7a6fcf7a3c63fa74ed659e8ee432365420 /gtk/gtkwidget.h
parentd2e0d3222fa9c328c62210c08514d7ab01493ae7 (diff)
downloadgtk+-9bb2d1eb5ce1fffe7371cf92fa695937797fb98b.tar.gz
widget: Remove gtk_widget_list_action_prefixes
This function was added just for the inspector, and is not used there anymore. Drop it.
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r--gtk/gtkwidget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 3d0378a0a0..eea6b968ca 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -975,9 +975,6 @@ GActionGroup *gtk_widget_get_action_group (GtkWidget *
const gchar *prefix);
GDK_AVAILABLE_IN_ALL
-const gchar ** gtk_widget_list_action_prefixes (GtkWidget *widget);
-
-GDK_AVAILABLE_IN_ALL
void gtk_widget_insert_action_group (GtkWidget *widget,
const gchar *name,
GActionGroup *group);