diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-05-17 21:08:38 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-28 20:25:15 +0000 |
commit | 18788c2a860f4779757633a4d44babd2cc4f9e2c (patch) | |
tree | e55f09ef3b28b16b751976dd33ca8507017c3024 /gtk/gtkfontchooserwidget.c | |
parent | db855e092d0fcbb49b9b44b2c4497cc89a596215 (diff) | |
download | gtk+-18788c2a860f4779757633a4d44babd2cc4f9e2c.tar.gz |
Remove gtk_widget_get/set_has_surface
These serve no purpose anymore - widgets don't
have surfaces, unless they're a GtkNative.
Diffstat (limited to 'gtk/gtkfontchooserwidget.c')
-rw-r--r-- | gtk/gtkfontchooserwidget.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index 1330ac6a81..37a453c8ad 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -915,8 +915,6 @@ gtk_font_chooser_widget_init (GtkFontChooserWidget *fontchooser) { GtkFontChooserWidgetPrivate *priv = gtk_font_chooser_widget_get_instance_private (fontchooser); - gtk_widget_set_has_surface (GTK_WIDGET (fontchooser), FALSE); - gtk_widget_init_template (GTK_WIDGET (fontchooser)); priv->axes = g_hash_table_new_full (axis_hash, axis_equal, NULL, axis_free); |