summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-01-28 05:14:47 +0100
committerBenjamin Otte <otte@redhat.com>2015-03-18 15:23:29 +0100
commit55e68bc2ea2200090527c791be8aa126742a776d (patch)
tree100c30cedfc5727478ab7ae82106fe0d6d9ee17b /gtk/gtkstylecontextprivate.h
parenta589f988218d343e3aa0f7d98d16b8e52a86b7bc (diff)
downloadgtk+-55e68bc2ea2200090527c791be8aa126742a776d.tar.gz
cssnode: Track invalid flag
Remove it from GtkStyleContext.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r--gtk/gtkstylecontextprivate.h2
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,