diff options
author | Benjamin Otte <otte@redhat.com> | 2015-02-20 17:36:10 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-18 15:23:32 +0100 |
commit | 2ec26cd9b5a628b128fa6264ff43d27f6b4ca1ea (patch) | |
tree | 219bd2b09c1e946da8b411ca926ee4790b001f41 /gtk/gtkstylecontextprivate.h | |
parent | 4b2cdb37fb9f1d69f0ec5ea82e6a7dbf23aa3e6e (diff) | |
download | gtk+-2ec26cd9b5a628b128fa6264ff43d27f6b4ca1ea.tar.gz |
cssnode: Move style context function to only user
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index f2791a741a..331eb60f69 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -45,8 +45,6 @@ GtkCssValue * _gtk_style_context_peek_property (GtkStyleContext *c const GValue * _gtk_style_context_peek_style_property (GtkStyleContext *context, GType widget_type, GParamSpec *pspec); -gboolean gtk_style_context_should_create_transitions (GtkStyleContext *context, - GtkCssStyle *previous_style); void gtk_style_context_validate (GtkStyleContext *context, const GtkBitmask*changes); gboolean _gtk_style_context_check_region_name (const gchar *str); |