diff options
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); |