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/webp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'image/webp.c') diff --git a/image/webp.c b/image/webp.c index 90c7121ac..25a026271 100644 --- a/image/webp.c +++ b/image/webp.c @@ -21,9 +21,6 @@ * */ -#include "utils/config.h" -#ifdef WITH_WEBP - #include #include #include @@ -211,4 +208,3 @@ static const char *webp_types[] = { CONTENT_FACTORY_REGISTER_TYPES(webp, webp_types, webp_content_handler); -#endif -- cgit v1.2.3