From: Benjamin Otte Date: Fri, 30 Dec 2011 23:54:51 +0000 (+0100) Subject: styleproperties: Remove unused function from private header X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=38e1c0a2d631f133ee0f010a4d03131821898cef;p=~andy%2Fgtk styleproperties: Remove unused function from private header _gtk_style_properties_resolve_property() was added erroneously in c09148ca09081cd009cb9a328441b4b43008e352 but was never implemented. --- diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h index 5da461717..24e9714cb 100644 --- a/gtk/gtkstylepropertiesprivate.h +++ b/gtk/gtkstylepropertiesprivate.h @@ -39,13 +39,6 @@ void _gtk_style_properties_get_valist (GtkStylePropertie GtkStylePropertyContext *context, va_list args); -const GValue * _gtk_style_properties_resolve_property (GtkStyleProperties *props, - const gchar *prop_name, - GtkStateFlags state, - const GtkStyleProperty **property, - GtkStylePropertyContext *context, - GValue *value); - void _gtk_style_properties_set_property_by_property (GtkStyleProperties *props, const GtkStyleProperty *property, GtkStateFlags state,