forked from AuroraMiddleware/gtk
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:
parent
06960bb9d6
commit
38e1c0a2d6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user