summaryrefslogtreecommitdiff
path: root/gtk/gtkgladecatalog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkgladecatalog.c')
-rw-r--r--gtk/gtkgladecatalog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkgladecatalog.c b/gtk/gtkgladecatalog.c
index 310aa2b84c..30e0e6cfef 100644
--- a/gtk/gtkgladecatalog.c
+++ b/gtk/gtkgladecatalog.c
@@ -30,7 +30,6 @@
/* Some forward declarations of internal types */
GType _gtk_scale_button_scale_get_type (void);
-GType _shortcuts_pane_model_filter_get_type (void);
/* This function is referred to in gtk/glade/gtk-private-widgets.xml
* and is used to ensure the private types for use in Glade while
@@ -44,7 +43,6 @@ gtk_glade_catalog_init (const gchar *catalog_name)
g_type_ensure (GTK_TYPE_COLOR_PLANE);
g_type_ensure (GTK_TYPE_COLOR_SCALE);
g_type_ensure (_gtk_scale_button_scale_get_type ());
- g_type_ensure (_shortcuts_pane_model_filter_get_type ());
#ifdef G_OS_UNIX
g_type_ensure (GTK_TYPE_PRINTER_OPTION_WIDGET);