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/svg.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'image/svg.h') diff --git a/image/svg.h b/image/svg.h index 0e8ad8559..149a3c85f 100644 --- a/image/svg.h +++ b/image/svg.h @@ -23,22 +23,7 @@ #ifndef _NETSURF_IMAGE_SVG_H_ #define _NETSURF_IMAGE_SVG_H_ -#include "utils/config.h" - -#ifdef WITH_NS_SVG - -#include - -#include "utils/errors.h" - nserror svg_init(void); void svg_fini(void); -#else - -#define svg_init() NSERROR_OK -#define svg_fini() ((void) 0) - -#endif - #endif -- cgit v1.2.3