styleproperties: Remove color set function

Now that we do resolvage with the style context directly, this is no
longer needed.
This commit is contained in:
Benjamin Otte
2012-01-10 14:28:22 +01:00
parent 5f8c77f6d5
commit aa98aca45f
3 changed files with 0 additions and 30 deletions

View File

@ -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);