diff options
Diffstat (limited to 'embed/ephy-base-embed.c')
-rw-r--r-- | embed/ephy-base-embed.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-base-embed.c b/embed/ephy-base-embed.c index 2ca7a1490..6b348c394 100644 --- a/embed/ephy-base-embed.c +++ b/embed/ephy-base-embed.c @@ -1190,7 +1190,6 @@ ephy_base_embed_set_icon_address (EphyBaseEmbed *embed, GObject *object = G_OBJECT (embed); EphyBaseEmbedPrivate *priv = embed->priv; EphyHistory *history; - /* EphyBookmarks *eb;*/ g_free (priv->icon_address); priv->icon_address = g_strdup (address); @@ -1205,10 +1204,6 @@ ephy_base_embed_set_icon_address (EphyBaseEmbed *embed, if (priv->icon_address) { history = EPHY_HISTORY (ephy_embed_shell_get_global_history (embed_shell)); ephy_history_set_icon (history, priv->address, priv->icon_address); - /* - eb = ephy_shell_get_bookmarks (ephy_shell); - ephy_bookmarks_set_icon (eb, priv->address, - priv->icon_address);*/ ephy_base_embed_load_icon (embed); } |