diff options
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 3 |
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); |