diff options
Diffstat (limited to 'src/ephy-navigation-action.c')
-rw-r--r-- | src/ephy-navigation-action.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-navigation-action.c b/src/ephy-navigation-action.c index 25d0ab1a0..c9008cb9c 100644 --- a/src/ephy-navigation-action.c +++ b/src/ephy-navigation-action.c @@ -158,7 +158,6 @@ activate_by_history_index (EphyNavigationAction *action, dest = ephy_tab_get_embed (newTab); g_return_if_fail (dest != NULL); - ephy_embed_shistory_copy (embed, dest, TRUE, TRUE, FALSE); embed = dest; } ephy_embed_shistory_go_nth (embed, index); |