aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/toolbar.c')
-rwxr-xr-xsrc/toolbar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/toolbar.c b/src/toolbar.c
index 2c5fe6a51..ae6a8f13f 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -150,7 +150,6 @@ topic_destroy_cb (EphyNode *node,
action = egg_action_group_get_action (t->priv->action_group, name);
if (action)
{
- ephy_toolbars_model_remove_bookmark (model, TRUE, id);
egg_action_group_remove_action (t->priv->action_group, action);
}
@@ -174,7 +173,6 @@ bookmark_destroy_cb (EphyNode *node,
action = egg_action_group_get_action (t->priv->action_group, name);
if (action)
{
- ephy_toolbars_model_remove_bookmark (model, FALSE, id);
egg_action_group_remove_action (t->priv->action_group, action);
}