diff options
author | Benjamin Otte <otte@redhat.com> | 2012-04-18 22:04:44 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-05-11 16:42:12 +0200 |
commit | a7f238138ec567b14293e728222147e326ff7154 (patch) | |
tree | 5591872cacf04b410656970096780da4a4d0424c /gtk/gtkcsscustomproperty.c | |
parent | 6ee237ea59bfdffb6c242fcb7b7fca97c618b0a7 (diff) | |
download | gtk+-a7f238138ec567b14293e728222147e326ff7154.tar.gz |
styleproperty: Remove base argument
from _gtk_style_property_parse_value(). The GtkCssParser takes care of
that now.
Diffstat (limited to 'gtk/gtkcsscustomproperty.c')
-rw-r--r-- | gtk/gtkcsscustomproperty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcsscustomproperty.c b/gtk/gtkcsscustomproperty.c index 9c0cb81e0c..f017f7c088 100644 --- a/gtk/gtkcsscustomproperty.c +++ b/gtk/gtkcsscustomproperty.c @@ -42,8 +42,7 @@ gtk_css_custom_property_get_specified_type (GParamSpec *pspec) static GtkCssValue * gtk_css_custom_property_parse_value (GtkStyleProperty *property, - GtkCssParser *parser, - GFile *base) + GtkCssParser *parser) { GtkCssCustomProperty *custom = GTK_CSS_CUSTOM_PROPERTY (property); GValue value = G_VALUE_INIT; |