From 9ee4f6146e06f6d142cc98a2bc600a49b4a3ddc6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 3 Sep 2011 09:27:42 +0000 Subject: Remove mime_type parameter from content handler content_type callback API svn path=/trunk/netsurf/; revision=12704 --- image/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/gif.c') diff --git a/image/gif.c b/image/gif.c index 88cc22147..aa05a8c81 100644 --- a/image/gif.c +++ b/image/gif.c @@ -411,7 +411,7 @@ static void *nsgif_get_internal(const struct content *c, void *context) return gif->bitmap; } -static content_type nsgif_content_type(lwc_string *mime_type) +static content_type nsgif_content_type(void) { return CONTENT_IMAGE; } -- cgit v1.2.3