aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r--src/ephy-tab.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index 273f8440c..85f4bceb9 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -813,9 +813,6 @@ ephy_tab_destroy_brsr_cb (EphyEmbed *embed, EphyTab *tab)
g_return_if_fail (tab->priv->window != NULL);
ephy_window_remove_tab (tab->priv->window, tab);
-
- ephy_embed_shell_remove_embed (EPHY_EMBED_SHELL (ephy_shell),
- tab->priv->embed);
}
static gint
@@ -954,8 +951,6 @@ ephy_tab_init (EphyTab *tab)
tab->priv->address_expire = TAB_ADDRESS_EXPIRE_NOW;
tab->priv->embed = ephy_embed_new (G_OBJECT(single));
- ephy_embed_shell_add_embed (EPHY_EMBED_SHELL (ephy_shell),
- tab->priv->embed);
embed = G_OBJECT (tab->priv->embed);
embed_widget = G_OBJECT (tab->priv->embed);