diff options
author | Timm Bäder <mail@baedert.org> | 2017-07-19 13:07:48 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:16 -0400 |
commit | fc47be9339fa8b1b009d7e850d4149000e497a62 (patch) | |
tree | a85cb0e62975c1e97a6108507010c2966d6a2504 /gtk/gtkstylecontextprivate.h | |
parent | 4cf39f65b2374566c00be7cdf24d68dbc199cca8 (diff) | |
download | gtk+-fc47be9339fa8b1b009d7e850d4149000e497a62.tar.gz |
GtkStyleContext: Remove property cache
It was only used for widget style properties which don't exist anymore.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 45ecda44f4..1bb4334500 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -53,7 +53,6 @@ const GValue * _gtk_style_context_peek_style_property (GtkStyleContext *c GParamSpec *pspec); void gtk_style_context_validate (GtkStyleContext *context, GtkCssStyleChange *change); -void gtk_style_context_clear_property_cache (GtkStyleContext *context); gboolean _gtk_style_context_check_region_name (const gchar *str); gboolean _gtk_style_context_resolve_color (GtkStyleContext *context, |