mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 21:39:56 +03:00
Remove bogus sanity checks -- the content factory removed the need for these.
svn path=/trunk/netsurf/; revision=13988
This commit is contained in:
parent
638e135c60
commit
a1b119b2cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user