styleproperties: Remove unused function from private header

_gtk_style_properties_resolve_property() was added erroneously in
c09148ca09 but was never implemented.
This commit is contained in:
Benjamin Otte 2011-12-31 00:54:51 +01:00
parent 06960bb9d6
commit 38e1c0a2d6

View File

@ -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,