diff options
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 679e6f663..9db8e2db6 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -204,10 +204,7 @@ ephy_embed_shell_get_favicon_cache (EphyEmbedShell *ees) { if (ees->priv->favicon_cache == NULL) { - EphyHistory *history; - - history = ephy_embed_shell_get_global_history (ees); - ees->priv->favicon_cache = ephy_favicon_cache_new (history); + ees->priv->favicon_cache = ephy_favicon_cache_new (); } return ees->priv->favicon_cache; |