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/png.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'image/png.c') diff --git a/image/png.c b/image/png.c index f88b8fcfc..4f1d18720 100644 --- a/image/png.c +++ b/image/png.c @@ -25,8 +25,6 @@ #include -#include "utils/config.h" - #include "desktop/plotters.h" #include "content/content_protected.h" @@ -39,8 +37,6 @@ #include "utils/talloc.h" #include "utils/utils.h" -#ifdef WITH_PNG - /* accommodate for old versions of libpng (beware security holes!) */ #ifndef png_jmpbuf @@ -438,5 +434,3 @@ static const char *nspng_types[] = { }; CONTENT_FACTORY_REGISTER_TYPES(nspng, nspng_types, nspng_content_handler); - -#endif -- cgit v1.2.3