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/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/bmp.c') diff --git a/image/bmp.c b/image/bmp.c index fdf64d9dc..aea6d26fc 100644 --- a/image/bmp.c +++ b/image/bmp.c @@ -251,7 +251,7 @@ static void *nsbmp_get_internal(const struct content *c, void *context) return bmp->bitmap; } -static content_type nsbmp_content_type(lwc_string *mime_type) +static content_type nsbmp_content_type(void) { return CONTENT_IMAGE; } -- cgit v1.2.3