summaryrefslogtreecommitdiff
path: root/gtk/gtkcsssectionprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-04-18 22:15:32 +0200
committerBenjamin Otte <otte@redhat.com>2012-05-11 16:42:12 +0200
commit0e4670150aa4519d40e341b67d9c1377f9712749 (patch)
treedbf4de374062d27113009b86e65ab7807f9a7509 /gtk/gtkcsssectionprivate.h
parenta7f238138ec567b14293e728222147e326ff7154 (diff)
downloadgtk+-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.h3
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);