summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-28 21:39:36 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-28 21:39:36 +0100
commit42bbc16fa87cd0e5f11cf41f776ad5700de0a167 (patch)
tree0de621082d1b0c9f8a3c998ed71ea4298cc99104
parent68c2013504b9ed951178dd8c77ba479f1b134614 (diff)
downloadnetsurf-42bbc16fa87cd0e5f11cf41f776ad5700de0a167.tar.gz
netsurf-42bbc16fa87cd0e5f11cf41f776ad5700de0a167.tar.bz2
Remove unused options and default to not stripping file extenstions.
-rw-r--r--riscos/options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/riscos/options.h b/riscos/options.h
index 3aac155f0..3d4567f88 100644
--- a/riscos/options.h
+++ b/riscos/options.h
@@ -32,8 +32,6 @@
#endif
-NSOPTION_BOOL(use_mouse_gestures, false)
-NSOPTION_BOOL(allow_text_selection, false)
NSOPTION_STRING(theme, "Aletheia")
NSOPTION_STRING(language, NULL)
NSOPTION_INTEGER(plot_fg_quality, tinct_ERROR_DIFFUSE)
@@ -55,7 +53,7 @@ NSOPTION_BOOL(no_plugins, false)
NSOPTION_BOOL(block_popups, false)
NSOPTION_INTEGER(image_memory_direct, -1)
NSOPTION_INTEGER(image_memory_compressed, -1)
-NSOPTION_BOOL(strip_extensions, true)
+NSOPTION_BOOL(strip_extensions, false)
NSOPTION_BOOL(confirm_overwrite, true)
NSOPTION_STRING(url_path, "NetSurf:URL")
NSOPTION_STRING(url_save, CHOICES_PREFIX "URL")