]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssstyleproperty.c
cssstyleproperty: Remove base argument
[~andy/gtk] / gtk / gtkcssstyleproperty.c
index 273cd797ff4f41015af188aec42d3d0afe1aecaf..8a34bdc8e97b37690f69ba0cb4fb242393db8e60 100644 (file)
@@ -170,7 +170,7 @@ gtk_css_style_property_parse_value (GtkStyleProperty *property,
       return _gtk_css_inherit_value_new ();
     }
 
-  return (* style_property->parse_value) (style_property, parser, base);
+  return (* style_property->parse_value) (style_property, parser);
 }
 
 static void
@@ -221,8 +221,7 @@ _gtk_css_style_property_class_init (GtkCssStylePropertyClass *klass)
 
 static GtkCssValue *
 gtk_css_style_property_real_parse_value (GtkCssStyleProperty *property,
-                                         GtkCssParser        *parser,
-                                         GFile               *base)
+                                         GtkCssParser        *parser)
 {
   g_assert_not_reached ();
   return NULL;