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/jpeg.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'image/jpeg.h') diff --git a/image/jpeg.h b/image/jpeg.h index 57b82bdc1..163f8f286 100644 --- a/image/jpeg.h +++ b/image/jpeg.h @@ -23,21 +23,7 @@ #ifndef _NETSURF_IMAGE_JPEG_H_ #define _NETSURF_IMAGE_JPEG_H_ -#include "utils/config.h" -#ifdef WITH_JPEG - -#include - -#include "utils/errors.h" - nserror nsjpeg_init(void); void nsjpeg_fini(void); -#else - -#define nsjpeg_init() NSERROR_OK -#define nsjpeg_fini() ((void) 0) - -#endif /* WITH_JPEG */ - #endif -- cgit v1.2.3