summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 16:19:16 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 16:19:16 +0100
commit49c7994d0580a655ddcc78e07205eea45d74132c (patch)
tree7047078437c94d519654fd2ad86f5a8e5be43af3 /amiga
parent46e569c481f1c5196fd90b05bd801809355f2d84 (diff)
downloadnetsurf-49c7994d0580a655ddcc78e07205eea45d74132c.tar.gz
netsurf-49c7994d0580a655ddcc78e07205eea45d74132c.tar.bz2
Remove bulk of old treeview implementation.
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c2
-rw-r--r--amiga/tree.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index d18e41021..9f870435f 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -579,8 +579,6 @@ static nserror ami_set_options(struct nsoption_s *defaults)
}
}
- tree_set_icon_dir(strdup("ENV:Sys"));
-
#ifndef __amigaos4__
nsoption_set_bool(download_notify, false);
nsoption_set_bool(context_menu, false);
diff --git a/amiga/tree.c b/amiga/tree.c
index 0515f706b..27e4cdb15 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -665,7 +665,6 @@ void ami_tree_open(struct treeview_window *twin,int type)
ami_tree_update_buttons(twin);
ami_tree_resized(twin->tree, twin->max_width, twin->max_height, twin);
- tree_set_redraw(twin->tree, true);
ami_tree_draw(twin);
}
@@ -673,7 +672,6 @@ void ami_tree_close(struct treeview_window *twin)
{
int i;
- tree_set_redraw(twin->tree, false);
twin->win = NULL;
DisposeObject(twin->objects[OID_MAIN]);
DelObjectNoFree(twin->node);