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.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'image/png.h') diff --git a/image/png.h b/image/png.h index 1119b6a43..c14521ae8 100644 --- a/image/png.h +++ b/image/png.h @@ -20,22 +20,7 @@ #ifndef _NETSURF_RISCOS_PNG_H_ #define _NETSURF_RISCOS_PNG_H_ -#include "utils/config.h" - -#ifdef WITH_PNG - -#include - -#include "utils/errors.h" - nserror nspng_init(void); void nspng_fini(void); -#else - -#define nspng_init() NSERROR_OK -#define nspng_fini() ((void) 0) - -#endif - #endif -- cgit v1.2.3