summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/download.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/download.c b/amiga/download.c
index e5f700b3a..469490628 100644
--- a/amiga/download.c
+++ b/amiga/download.c
@@ -82,7 +82,6 @@ struct gui_download_window *gui_download_window_create(download_context *ctx,
if(AslRequestTags(savereq,
ASLFR_TitleText,messages_get("NetSurf"),
ASLFR_Screen,scrn,
- ASLFR_InitialDrawer, option_download_dir,
ASLFR_InitialFile, download_context_get_filename(ctx),
TAG_DONE))
{