summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/config.h b/utils/config.h
index 91eadb6fa..d5aca43e7 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -46,18 +46,6 @@ char *strndup(const char *s, size_t n);
#define WITH_SSL
#endif
-/* Image renderering modules */
-#define WITH_BMP
-#define WITH_JPEG
-#define WITH_MNG
-#define WITH_GIF
-#if defined(riscos)
- #define WITH_NS_SVG /* internal SVG renderer */
- #define WITH_DRAW
- #define WITH_SPRITE
- #define WITH_ARTWORKS
-#endif
-
/* Platform specific features */
#if defined(riscos)
/* Plugin module */