summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-02-05 03:12:40 +0100
committerBenjamin Otte <otte@redhat.com>2020-02-05 04:03:43 +0100
commit31713ab5ef473fec3d90d925a5fbb2ceeb246e3b (patch)
tree174f12988cf8666cad935790f0ae7107181b70d1 /gtk/gtkstylecontext.h
parentb9c880f58de87fe0e1ad40fd99262e3ec81917ed (diff)
downloadgtk+-31713ab5ef473fec3d90d925a5fbb2ceeb246e3b.tar.gz
stylecontext: Remove gtk_style_context_new()
It's private now, no more foreign drawing of any sort. To be fair, it was entirely useless without widget paths already.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 331241d78a..991c7a5a3d 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -850,9 +850,6 @@ GDK_AVAILABLE_IN_ALL
GType gtk_style_context_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
-GtkStyleContext * gtk_style_context_new (void);
-
-GDK_AVAILABLE_IN_ALL
void gtk_style_context_add_provider_for_display (GdkDisplay *display,
GtkStyleProvider *provider,
guint priority);