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:
@ -39,13 +39,6 @@ void _gtk_style_properties_get_valist (GtkStylePropertie
|
|||||||
GtkStylePropertyContext *context,
|
GtkStylePropertyContext *context,
|
||||||
va_list args);
|
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,
|
void _gtk_style_properties_set_property_by_property (GtkStyleProperties *props,
|
||||||
const GtkStyleProperty *property,
|
const GtkStyleProperty *property,
|
||||||
GtkStateFlags state,
|
GtkStateFlags state,
|
||||||
|
|||||||
Reference in New Issue
Block a user