summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-06-26 23:06:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-06-26 23:06:37 +0000
commita1b119b2cc13da321902311f38cd159ec56821d0 (patch)
tree5c2244f730b042ce8b652b92f99eba0d06c41529 /utils/config.h
parent638e135c60f9a773b3a95bb9cbd0b50e105f6668 (diff)
downloadnetsurf-a1b119b2cc13da321902311f38cd159ec56821d0.tar.gz
netsurf-a1b119b2cc13da321902311f38cd159ec56821d0.tar.bz2
Remove bogus sanity checks -- the content factory removed the need for these.
svn path=/trunk/netsurf/; revision=13988
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/config.h b/utils/config.h
index 8b6ce900a..cd64683d5 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -125,13 +125,4 @@ char *realpath(const char *path, char *resolved_path);
#define NO_IPV6
#endif
-/* Configuration sanity checks: */
-#if defined(WITH_NS_SVG) && defined(WITH_RSVG)
- #error Cannot build WITH_NS_SVG and WITH_RSVG both enabled
-#endif
-
-#if defined(WITH_NSSPRITE) && defined(WITH_SPRITE)
- #error Cannot build WITH_NSSPRITE and WITH_SPRITE both enabled
-#endif
-
#endif