summaryrefslogtreecommitdiff
path: root/image/rsvg.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/rsvg.h')
-rw-r--r--image/rsvg.h14
1 files changed, 0 insertions, 14 deletions
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 <stdbool.h>
-
-#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