diff options
author | Benjamin Otte <otte@redhat.com> | 2012-04-18 22:15:32 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-05-11 16:42:12 +0200 |
commit | 0e4670150aa4519d40e341b67d9c1377f9712749 (patch) | |
tree | dbf4de374062d27113009b86e65ab7807f9a7509 /gtk/gtkcsssectionprivate.h | |
parent | a7f238138ec567b14293e728222147e326ff7154 (diff) | |
download | gtk+-0e4670150aa4519d40e341b67d9c1377f9712749.tar.gz |
csssection: Remove file argument from constructor
The parser has the file available.
Diffstat (limited to 'gtk/gtkcsssectionprivate.h')
-rw-r--r-- | gtk/gtkcsssectionprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcsssectionprivate.h b/gtk/gtkcsssectionprivate.h index ddf7b37ee3..12c13aaba0 100644 --- a/gtk/gtkcsssectionprivate.h +++ b/gtk/gtkcsssectionprivate.h @@ -26,8 +26,7 @@ G_BEGIN_DECLS GtkCssSection * _gtk_css_section_new (GtkCssSection *parent, GtkCssSectionType type, - GtkCssParser *parser, - GFile *file); + GtkCssParser *parser); GtkCssSection * _gtk_css_section_new_for_file (GtkCssSectionType type, GFile *file); |