summaryrefslogtreecommitdiff
path: root/gtk/gtkgladecatalog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-29 21:20:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-03 15:43:24 -0500
commitc46b1c2a050ddec4ce224360df027e5fee79ffad (patch)
treecd0c4ea1fb75db7f43c327860835243c9f1e8fdd /gtk/gtkgladecatalog.c
parente9fb8ad1f7606deb4ae35773351e67281d56aa9f (diff)
downloadgtk+-c46b1c2a050ddec4ce224360df027e5fee79ffad.tar.gz
GtkScaleButton: Use a popover
This works better than the contortions we're currently doing with an undecorated dialog, and grabs. https://bugzilla.gnome.org/show_bug.cgi?id=723181
Diffstat (limited to 'gtk/gtkgladecatalog.c')
-rw-r--r--gtk/gtkgladecatalog.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkgladecatalog.c b/gtk/gtkgladecatalog.c
index e1925a7c42..c179ea271c 100644
--- a/gtk/gtkgladecatalog.c
+++ b/gtk/gtkgladecatalog.c
@@ -31,9 +31,6 @@
# include "gtkprinteroptionwidget.h"
#endif
-/* Some forward declarations of internal types */
-GType _gtk_scale_button_scale_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
* editing UI files that define GTK+'s various composite widget classes.
@@ -45,7 +42,6 @@ gtk_glade_catalog_init (const gchar *catalog_name)
g_type_ensure (GTK_TYPE_COLOR_SWATCH);
g_type_ensure (GTK_TYPE_COLOR_PLANE);
g_type_ensure (GTK_TYPE_COLOR_SCALE);
- g_type_ensure (_gtk_scale_button_scale_get_type ());
#ifdef G_OS_UNIX
g_type_ensure (GTK_TYPE_PRINTER_OPTION_WIDGET);