aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index b2faa8cb3..fa566acad 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -484,8 +484,6 @@ ephy_shell_new_tab (EphyShell *shell,
if (flags & EPHY_NEW_TAB_IN_NEW_WINDOW) in_new_window = TRUE;
if (flags & EPHY_NEW_TAB_IN_EXISTING_WINDOW) in_new_window = FALSE;
- jump_to = eel_gconf_get_boolean (CONF_TABS_TABBED_AUTOJUMP);
-
if (flags & EPHY_NEW_TAB_JUMP) jump_to = TRUE;
if (flags & EPHY_NEW_TAB_DONT_JUMP_TO) jump_to = FALSE;