summaryrefslogtreecommitdiff
path: root/desktop/history_global_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_global_core.c')
-rw-r--r--desktop/history_global_core.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/history_global_core.c b/desktop/history_global_core.c
index b8cd9a5b0..680e75447 100644
--- a/desktop/history_global_core.c
+++ b/desktop/history_global_core.c
@@ -299,11 +299,6 @@ bool history_global_initialise(struct tree *tree)
global_history_initialised = false;
tree_set_node_expanded(global_history_tree, global_history_tree_root,
false, true, true);
- first = tree_node_get_child(global_history_tree_root);
- if (first != NULL)
- tree_set_node_expanded(global_history_tree, first,
- true, false, false);
-
return true;
}