From cd554e6f1e42c440c791845a1a635415b23a19a2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 28 Aug 2011 14:29:15 +0000 Subject: make image content handlers build conditional from teh makefile svn path=/trunk/netsurf/; revision=12673 --- image/ico.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'image/ico.c') diff --git a/image/ico.c b/image/ico.c index 9f9aeb0f1..35c59e2b4 100644 --- a/image/ico.c +++ b/image/ico.c @@ -20,9 +20,6 @@ * Content for image/ico (implementation) */ -#include "utils/config.h" -#ifdef WITH_BMP - #include #include #include @@ -237,5 +234,3 @@ static const char *nsico_types[] = { }; CONTENT_FACTORY_REGISTER_TYPES(nsico, nsico_types, nsico_content_handler); - -#endif -- cgit v1.2.3