summaryrefslogtreecommitdiff
path: root/gtk/gtkgladecatalog.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2013-04-11 19:45:12 -0500
committerFederico Mena Quintero <federico@gnome.org>2013-04-11 19:45:12 -0500
commit5b827c53e5579a926c64abf89e88b406c732a422 (patch)
tree2d90b4018c92c74c952704f1ff532d0b19344e6b /gtk/gtkgladecatalog.c
parent21083978f015833def00ea649a371e9fdb5b87ac (diff)
parent0ae26b94f2e2b690f5db31dcc663de7df068241d (diff)
downloadgtk+-5b827c53e5579a926c64abf89e88b406c732a422.tar.gz
Merge branch 'places-sidebar' into master
This lands the GtkPlacesSidebar widget. It is used in GtkFileChooserDefault, and it can also be used by third-party applications.
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);