summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-15 23:02:32 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-15 23:02:32 +0100
commit3b53d22260fd44ba69acacc61b2e1737ab6cc733 (patch)
treeac3b88253cc4bdd0506f936dd797ba34f772fbc8 /amiga/options.h
parent4b9fcb1ad0c250d4afe648ddf0219da692b013d9 (diff)
downloadnetsurf-3b53d22260fd44ba69acacc61b2e1737ab6cc733.tar.gz
netsurf-3b53d22260fd44ba69acacc61b2e1737ab6cc733.tar.bz2
Remove no-longer-needed code
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/amiga/options.h b/amiga/options.h
index de65c3ee0..822a7a3aa 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -48,7 +48,6 @@
char *arexx_shutdown; \
char *download_dir; \
bool download_notify; \
- int download_task_pri; \
bool faster_scroll; \
bool scale_quality; \
int dither_quality; \
@@ -115,7 +114,6 @@
.arexx_shutdown = NULL, \
.download_dir = NULL, \
.download_notify = false, \
- .download_task_pri = -1, \
.faster_scroll = true, \
.scale_quality = false, \
.dither_quality = 1, \
@@ -181,7 +179,6 @@
{ "arexx_shutdown", OPTION_STRING, &nsoptions.arexx_shutdown }, \
{ "download_dir", OPTION_STRING, &nsoptions.download_dir }, \
{ "download_notify", OPTION_BOOL, &nsoptions.download_notify}, \
-{ "download_task_pri", OPTION_INTEGER, &nsoptions.download_task_pri}, \
{ "faster_scroll", OPTION_BOOL, &nsoptions.faster_scroll}, \
{ "scale_quality", OPTION_BOOL, &nsoptions.scale_quality}, \
{ "dither_quality", OPTION_INTEGER, &nsoptions.dither_quality}, \