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.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'image/webp.h') diff --git a/image/webp.h b/image/webp.h index 3d976d13e..cfc869fb2 100644 --- a/image/webp.h +++ b/image/webp.h @@ -23,21 +23,7 @@ #ifndef _NETSURF_WEBP_H_ #define _NETSURF_WEBP_H_ -#include "utils/config.h" -#ifdef WITH_WEBP - -#include - -#include "utils/errors.h" - nserror webp_init(void); void webp_fini(void); -#else - -#define webp_init() NSERROR_OK -#define webp_fini() ((void) 0) - -#endif /* WITH_WEBP */ - #endif -- cgit v1.2.3