From 38e1c0a2d631f133ee0f010a4d03131821898cef Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 31 Dec 2011 00:54:51 +0100 Subject: [PATCH] styleproperties: Remove unused function from private header _gtk_style_properties_resolve_property() was added erroneously in c09148ca09081cd009cb9a328441b4b43008e352 but was never implemented. --- gtk/gtkstylepropertiesprivate.h | 7 ------- 1 file changed, 7 deletions(-) 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, -- 2.43.2