summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:21:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:21:54 +0000
commit903edd1bf5b291c741ebd2e27c62be6f1fb946d1 (patch)
treea69504b6558ea79cd7e9ed535e121f41881dfd9c /utils
parent5943c3a3ba132ed9060140d8f89a321c639f3939 (diff)
downloadnetsurf-903edd1bf5b291c741ebd2e27c62be6f1fb946d1.tar.gz
netsurf-903edd1bf5b291c741ebd2e27c62be6f1fb946d1.tar.bz2
Purge WITH_SEARCH
svn path=/trunk/netsurf/; revision=6604
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 e562dfe62..fd1cf43fa 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)
- /* Free text search */
- #define WITH_SEARCH
/* Theme auto-install */
#define WITH_THEME_INSTALL
#elif defined(__HAIKU__) || defined(__BEOS__)