[gtk+/wip/css: 33/167] styleproperties: Remove unused function from private header



commit cfd3b5a327867515c1034a4dc5c2e1b402a88be6
Author: Benjamin Otte <otte redhat com>
Date:   Sat Dec 31 00:54:51 2011 +0100

    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 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h
index 5da4617..24e9714 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]