diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-10 14:28:22 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-11 15:48:53 +0100 |
commit | aa98aca45f54df4dc59bbf542be0c712b24284be (patch) | |
tree | ac202b8dfc8b0b1c34a3f589dfb19e3b5e5c8921 /gtk/gtkstylepropertiesprivate.h | |
parent | 5f8c77f6d5735e51a34edba407b1e76ab5ba4e9f (diff) | |
download | gtk+-aa98aca45f54df4dc59bbf542be0c712b24284be.tar.gz |
styleproperties: Remove color set function
Now that we do resolvage with the style context directly, this is no
longer needed.
Diffstat (limited to 'gtk/gtkstylepropertiesprivate.h')
-rw-r--r-- | gtk/gtkstylepropertiesprivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h index 526559cdcc..20abb788d3 100644 --- a/gtk/gtkstylepropertiesprivate.h +++ b/gtk/gtkstylepropertiesprivate.h @@ -27,10 +27,6 @@ G_BEGIN_DECLS -void _gtk_style_properties_set_color_lookup_func (GtkStyleProperties *props, - GtkSymbolicColorLookupFunc func, - gpointer data); - const GValue * _gtk_style_properties_peek_property (GtkStyleProperties *props, GtkCssStyleProperty *property, GtkStateFlags state); |