csssection: Remove file argument from constructor

The parser has the file available.
This commit is contained in:
Benjamin Otte
2012-04-18 22:15:32 +02:00
parent a7f238138e
commit 0e4670150a
3 changed files with 6 additions and 9 deletions

View File

@ -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);