summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-02-03 13:18:22 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-02-03 13:18:22 +0000
commit2affb76944a4cd83a2ff6722c3150abbb972f37d (patch)
treeb74bf45e17f25b59c941f592ea4685f326e82d01 /riscos/hotlist.c
parent4a343579867c0659dedc8e4216d02d2c166eee07 (diff)
downloadnetsurf-2affb76944a4cd83a2ff6722c3150abbb972f37d.tar.gz
netsurf-2affb76944a4cd83a2ff6722c3150abbb972f37d.tar.bz2
[project @ 2005-02-03 13:18:22 by rjw]
Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index e1303c51e..3edec0ad0 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -152,11 +152,6 @@ void ro_gui_hotlist_save(void) {
if (!hotlist_tree) return;
- /* Ensure we have a directory to save to later.
- */
- xosfile_create_dir("<Choices$Write>.WWW", 0);
- xosfile_create_dir("<Choices$Write>.WWW.NetSurf", 0);
-
/* Save to our file
*/
options_save_hotlist(hotlist_tree, "<Choices$Write>.WWW.NetSurf.Hotlist");