summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimagewin32.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-04-18 21:44:08 +0200
committerBenjamin Otte <otte@redhat.com>2012-05-11 16:42:12 +0200
commitc9f01ffb43378b6e44e420f79bc49cb5c8fe0706 (patch)
tree782eea4bae6104d6e6fe4b0b0a2d066e3108340c /gtk/gtkcssimagewin32.c
parente1317268a338589fd6fa01c303569cdc111b3f5e (diff)
downloadgtk+-c9f01ffb43378b6e44e420f79bc49cb5c8fe0706.tar.gz
cssimage: No need to pass base file anymore
The file is now part of the GtkCssParser
Diffstat (limited to 'gtk/gtkcssimagewin32.c')
-rw-r--r--gtk/gtkcssimagewin32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcssimagewin32.c b/gtk/gtkcssimagewin32.c
index ca82a08f60..aa1f4afe5a 100644
--- a/gtk/gtkcssimagewin32.c
+++ b/gtk/gtkcssimagewin32.c
@@ -67,8 +67,7 @@ gtk_css_image_win32_draw (GtkCssImage *image,
static gboolean
gtk_css_image_win32_parse (GtkCssImage *image,
- GtkCssParser *parser,
- GFile *base)
+ GtkCssParser *parser)
{
GtkCssImageWin32 *wimage = GTK_CSS_IMAGE_WIN32 (image);
char *class;