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/gtkwin32themeprivate.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/gtkwin32themeprivate.h')
-rw-r--r-- | gtk/gtkwin32themeprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkwin32themeprivate.h b/gtk/gtkwin32themeprivate.h index 22a2a54638..88d8660356 100644 --- a/gtk/gtkwin32themeprivate.h +++ b/gtk/gtkwin32themeprivate.h @@ -49,7 +49,6 @@ cairo_surface_t * _gtk_win32_theme_part_create_surface (HTHEME theme, int *y_offs_out); int _gtk_win32_theme_int_parse (GtkCssParser *parser, - GFile *base, int *value); GtkSymbolicColor *_gtk_win32_theme_color_parse (GtkCssParser *parser); gboolean _gtk_win32_theme_color_resolve (const char *theme_class, |