summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:17:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:17:46 +0000
commit16a821e2aac8ca88083ffbcbaeeaf87126212421 (patch)
treebc3a973680807ec8796dd934dba8ce241c488da1 /utils
parent851da107c9d0680336362478d6dcbe50efeaa5ab (diff)
downloadnetsurf-16a821e2aac8ca88083ffbcbaeeaf87126212421.tar.gz
netsurf-16a821e2aac8ca88083ffbcbaeeaf87126212421.tar.bz2
Purge WITH_URI
svn path=/trunk/netsurf/; revision=6602
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/config.h b/utils/config.h
index d3c9d2e83..03942acb8 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -41,8 +41,6 @@ char *strndup(const char *s, size_t n);
/* Platform specific features */
#if defined(riscos)
- /* Acorn URI protocol support */
- #define WITH_URI
/* ANT URL protocol support */
#define WITH_URL
/* Free text search */