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/mng.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'image/mng.c') diff --git a/image/mng.c b/image/mng.c index 44b62f203..eb4344bf8 100644 --- a/image/mng.c +++ b/image/mng.c @@ -20,9 +20,6 @@ * Content for image/mng, image/png, and image/jng (implementation). */ -#include "utils/config.h" -#ifdef WITH_MNG - #include #include #include @@ -811,5 +808,3 @@ static const char *nsjpng_types[] = { }; CONTENT_FACTORY_REGISTER_TYPES(nsjpng, nsjpng_types, nsjpng_content_handler); - -#endif -- cgit v1.2.3