From 86042c61eae1b38474b8e20ece95b2220a659ae4 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 11 Oct 2008 21:38:04 +0000 Subject: Improved Amiga treeview support. Now creates trees for cookies and history (history doesn't populate at the moment). Can add folders and edit titles in hotlist treeviews, and delete entries in all treeviews. svn path=/trunk/netsurf/; revision=5542 --- amiga/misc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'amiga/misc.c') diff --git a/amiga/misc.c b/amiga/misc.c index b4af03c53..851f3c837 100755 --- a/amiga/misc.c +++ b/amiga/misc.c @@ -49,9 +49,6 @@ void die(const char *error) exit(1); } -bool cookies_update(const char *domain, const struct cookie_data *data) -{ return true; } - char *url_to_path(const char *url) { return (char *)strdup(url + 5); -- cgit v1.2.3