diff options
author | Benjamin Otte <otte@redhat.com> | 2012-04-18 21:52:36 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-05-11 16:42:12 +0200 |
commit | 1367ef7e54c034347e5f281fec734e68751cd6fd (patch) | |
tree | ed9b5e8fcc338840ec7f2ad3668d3273ca4f8d82 /gtk/gtkcssstylefuncsprivate.h | |
parent | cc6c7c5e16f29bf931b686020044e432f821a21c (diff) | |
download | gtk+-1367ef7e54c034347e5f281fec734e68751cd6fd.tar.gz |
cssstylefuncs: Remove base argument
The GtkCssParser keeps track of the base file now.
Diffstat (limited to 'gtk/gtkcssstylefuncsprivate.h')
-rw-r--r-- | gtk/gtkcssstylefuncsprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcssstylefuncsprivate.h b/gtk/gtkcssstylefuncsprivate.h index 647a950456..f8b180bae7 100644 --- a/gtk/gtkcssstylefuncsprivate.h +++ b/gtk/gtkcssstylefuncsprivate.h @@ -25,8 +25,7 @@ G_BEGIN_DECLS gboolean _gtk_css_style_parse_value (GValue *value, - GtkCssParser *parser, - GFile *base); + GtkCssParser *parser); void _gtk_css_style_print_value (const GValue *value, GString *string); GtkCssValue * _gtk_css_style_compute_value (GtkStyleContext *context, |