aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r--embed/ephy-history.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c
index 525e13326..f93982aad 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.c
@@ -860,12 +860,6 @@ ephy_history_clear (EphyHistory *gh)
ephy_node_unref (node);
}
- /* The first node is All, dont unref it */
- while ((node = ephy_node_get_nth_child (gh->priv->hosts, 1)) != NULL)
- {
- ephy_node_unref (node);
- }
-
ephy_history_save (gh);
}