From a7f238138ec567b14293e728222147e326ff7154 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 18 Apr 2012 22:04:44 +0200 Subject: styleproperty: Remove base argument from _gtk_style_property_parse_value(). The GtkCssParser takes care of that now. --- gtk/gtkcsscustomproperty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk/gtkcsscustomproperty.c') 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; -- cgit v1.2.1