summaryrefslogtreecommitdiff
path: root/riscos/options.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-10-03 19:28:15 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-10-03 19:28:15 +0100
commit43e4cb2ad7242558d87100850e49ac01b9dfeaad (patch)
treef360309436d738793a03a13402fc72a79de5f232 /riscos/options.h
parent143e553593477ba42ecbda9858436e66aaf56d2c (diff)
downloadnetsurf-43e4cb2ad7242558d87100850e49ac01b9dfeaad.tar.gz
netsurf-43e4cb2ad7242558d87100850e49ac01b9dfeaad.tar.bz2
Remove image memory options.
Diffstat (limited to 'riscos/options.h')
-rw-r--r--riscos/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscos/options.h b/riscos/options.h
index 3d4567f88..9ee35929d 100644
--- a/riscos/options.h
+++ b/riscos/options.h
@@ -51,8 +51,6 @@ NSOPTION_BOOL(buffer_everything, true)
NSOPTION_BOOL(open_browser_at_startup, false)
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, false)
NSOPTION_BOOL(confirm_overwrite, true)
NSOPTION_STRING(url_path, "NetSurf:URL")