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/rsvg.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'image/rsvg.h') diff --git a/image/rsvg.h b/image/rsvg.h index 4d4e65fea..21e46d1b9 100644 --- a/image/rsvg.h +++ b/image/rsvg.h @@ -23,21 +23,7 @@ #ifndef _NETSURF_IMAGE_RSVG_H_ #define _NETSURF_IMAGE_RSVG_H_ -#include "utils/config.h" -#ifdef WITH_RSVG - -#include - -#include "utils/errors.h" - nserror nsrsvg_init(void); void nsrsvg_fini(void); -#else - -#define nsrsvg_init() NSERROR_OK -#define nsrsvg_fini() ((void) 0) - -#endif /* WITH_RSVG */ - #endif -- cgit v1.2.3