summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-29 00:22:20 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-29 00:22:20 +0000
commitf0432b9f7b640ffcbfbfbe60643bd3f61f37c903 (patch)
tree50398b04302af4e1f2fde6a474ab5b1ec3f33f2e /utils/config.h
parenta96fe992abf58fccb78263da3d7f2a68d2352d95 (diff)
downloadnetsurf-f0432b9f7b640ffcbfbfbe60643bd3f61f37c903.tar.gz
netsurf-f0432b9f7b640ffcbfbfbe60643bd3f61f37c903.tar.bz2
Purge WITH_SAVE_COMPLETE
svn path=/trunk/netsurf/; revision=6979
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/config.h b/utils/config.h
index a406e3f1e..e89bce1e5 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -56,7 +56,6 @@ char *strndup(const char *s, size_t n);
#endif
#if defined(riscos) || defined(DEBUG_BUILD)
/* Export modules */
- #define WITH_SAVE_COMPLETE
#define WITH_DRAW_EXPORT
#endif