From 2affb76944a4cd83a2ff6722c3150abbb972f37d Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 3 Feb 2005 13:18:22 +0000 Subject: [project @ 2005-02-03 13:18:22 by rjw] Implementation of URL suggestion svn path=/import/netsurf/; revision=1488 --- riscos/hotlist.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'riscos/hotlist.c') 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(".WWW", 0); - xosfile_create_dir(".WWW.NetSurf", 0); - /* Save to our file */ options_save_hotlist(hotlist_tree, ".WWW.NetSurf.Hotlist"); -- cgit v1.2.3