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/gif.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'image/gif.c') diff --git a/image/gif.c b/image/gif.c index 214a7bcff..74d09f13d 100644 --- a/image/gif.c +++ b/image/gif.c @@ -28,9 +28,6 @@ * [rjw] - Sun 4th April 2004 */ -#include "utils/config.h" -#ifdef WITH_GIF - #include #include #include @@ -425,5 +422,3 @@ static const char *nsgif_types[] = { }; CONTENT_FACTORY_REGISTER_TYPES(nsgif, nsgif_types, nsgif_content_handler); - -#endif -- cgit v1.2.3