diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-02 19:22:30 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:56 +0100 |
commit | 9181282d8812e2404400f0a5cdbac582037bdce2 (patch) | |
tree | 49de096a767664343d531e1c8b90b7d34944f719 /gtk/gtkstylepropertiesprivate.h | |
parent | 32c8bbb575b7ef584a610a2ec2b5c1bc683bd4ab (diff) | |
download | gtk+-9181282d8812e2404400f0a5cdbac582037bdce2.tar.gz |
style: Remove GtkStylePropertyContext again
We need to solve this differently. I have no idea yet how, but I'll
invent something later.
This only affects win32 theming and that's broken anyway.
Diffstat (limited to 'gtk/gtkstylepropertiesprivate.h')
-rw-r--r-- | gtk/gtkstylepropertiesprivate.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h index cda88101ed..526559cdcc 100644 --- a/gtk/gtkstylepropertiesprivate.h +++ b/gtk/gtkstylepropertiesprivate.h @@ -27,17 +27,9 @@ G_BEGIN_DECLS -void _gtk_style_properties_get (GtkStyleProperties *props, - GtkStateFlags state, - GtkStylePropertyContext *context, - ...); void _gtk_style_properties_set_color_lookup_func (GtkStyleProperties *props, GtkSymbolicColorLookupFunc func, gpointer data); -void _gtk_style_properties_get_valist (GtkStyleProperties *props, - GtkStateFlags state, - GtkStylePropertyContext *context, - va_list args); const GValue * _gtk_style_properties_peek_property (GtkStyleProperties *props, GtkCssStyleProperty *property, |