From 42bbc16fa87cd0e5f11cf41f776ad5700de0a167 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 28 May 2013 21:39:36 +0100 Subject: Remove unused options and default to not stripping file extenstions. --- riscos/options.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'riscos/options.h') 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") -- cgit v1.2.3