Remove image memory options.

This commit is contained in:
Michael Drake 2013-10-03 19:28:15 +01:00
parent 143e553593
commit 43e4cb2ad7

View File

@ -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")