diff options
author | Benjamin Otte <otte@redhat.com> | 2015-01-28 05:14:47 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-18 15:23:29 +0100 |
commit | 55e68bc2ea2200090527c791be8aa126742a776d (patch) | |
tree | 100c30cedfc5727478ab7ae82106fe0d6d9ee17b /gtk/gtkstylecontextprivate.h | |
parent | a589f988218d343e3aa0f7d98d16b8e52a86b7bc (diff) | |
download | gtk+-55e68bc2ea2200090527c791be8aa126742a776d.tar.gz |
cssnode: Track invalid flag
Remove it from GtkStyleContext.
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 69996243e8..a520bf73b2 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -48,8 +48,6 @@ void _gtk_style_context_validate (GtkStyleContext *c const GtkBitmask*parent_changes); void _gtk_style_context_queue_invalidate (GtkStyleContext *context, GtkCssChange change); -void gtk_style_context_set_invalid (GtkStyleContext *context, - gboolean invalid); gboolean _gtk_style_context_check_region_name (const gchar *str); gboolean _gtk_style_context_resolve_color (GtkStyleContext *context, |