summaryrefslogtreecommitdiff
path: root/gtk/gtkcssshorthandproperty.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-04-18 22:04:44 +0200
committerBenjamin Otte <otte@redhat.com>2012-05-11 16:42:12 +0200
commita7f238138ec567b14293e728222147e326ff7154 (patch)
tree5591872cacf04b410656970096780da4a4d0424c /gtk/gtkcssshorthandproperty.c
parent6ee237ea59bfdffb6c242fcb7b7fca97c618b0a7 (diff)
downloadgtk+-a7f238138ec567b14293e728222147e326ff7154.tar.gz
styleproperty: Remove base argument
from _gtk_style_property_parse_value(). The GtkCssParser takes care of that now.
Diffstat (limited to 'gtk/gtkcssshorthandproperty.c')
-rw-r--r--gtk/gtkcssshorthandproperty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcssshorthandproperty.c b/gtk/gtkcssshorthandproperty.c
index 96e8c63463..c6ca614689 100644
--- a/gtk/gtkcssshorthandproperty.c
+++ b/gtk/gtkcssshorthandproperty.c
@@ -86,8 +86,7 @@ _gtk_css_shorthand_property_query (GtkStyleProperty *property,
static GtkCssValue *
gtk_css_shorthand_property_parse_value (GtkStyleProperty *property,
- GtkCssParser *parser,
- GFile *base)
+ GtkCssParser *parser)
{
GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property);
GtkCssValue **data;