summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-09-12 11:10:37 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-09-12 11:10:37 +0100
commitffb024f66d3f912392f1f25eb5c25a15fdd2c4a5 (patch)
tree415ec3946c4ef6753bdc223b7b07c7db2122ae2c /amiga/tree.c
parent667dc146ae5651d1ed07bcaf53770c204453fd0e (diff)
downloadnetsurf-ffb024f66d3f912392f1f25eb5c25a15fdd2c4a5.tar.gz
netsurf-ffb024f66d3f912392f1f25eb5c25a15fdd2c4a5.tar.bz2
Remove context menu some more as it's irrepairably broken anyway
Diffstat (limited to 'amiga/tree.c')
-rw-r--r--amiga/tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index aba072350..a8f22e985 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -882,12 +882,13 @@ BOOL ami_tree_event(struct treeview_window *twin)
if(twin->drag_y == 0) twin->drag_y = y;
break;
case MENUDOWN:
+#if 0
if(tree_node_has_selection(tree_get_root(twin->tree)) == false)
{
tree_set_node_selected_at(twin->tree, x, y, true);
}
ami_context_menu_show_tree(twin->tree, twin->win, twin->type);
-
+#endif
break;
}
}