summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-16 00:05:32 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-16 00:05:32 +0000
commit99d1c18252833c577dc5046e73ef7f7cc12bdb3a (patch)
tree1363c8394b0dc561506c2cb507653592be97eb03 /riscos
parent2858f0b685a55bdd6317f1c2cd86ce4030b51590 (diff)
downloadnetsurf-99d1c18252833c577dc5046e73ef7f7cc12bdb3a.tar.gz
netsurf-99d1c18252833c577dc5046e73ef7f7cc12bdb3a.tar.bz2
[project @ 2004-07-16 00:05:31 by rjw]
Updates to the interactive help text to reflect current interface. Removed development code so the hotlist can be saved. svn path=/import/netsurf/; revision=1080
Diffstat (limited to 'riscos')
-rw-r--r--riscos/hotlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index 52bebc7eb..728bf9f1c 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -537,7 +537,6 @@ void ro_gui_hotlist_load_entry(xmlNode *cur, struct hotlist_entry *entry) {
* Perform a save to the default file
*/
void ro_gui_hotlist_save(void) {
- return;
/* Don't save if we didn't load
*/
if (!hotlist_window) return;