aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-home-action.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ephy-home-action.c b/src/ephy-home-action.c
index 483d02c28..83d33fd40 100644
--- a/src/ephy-home-action.c
+++ b/src/ephy-home-action.c
@@ -145,13 +145,6 @@ action_name_association (GtkAction *action,
EPHY_LINK_NEW_WINDOW);
}
}
- else if (strcmp (action_name, "GoHome") == 0)
- {
- ephy_link_open (EPHY_LINK (action),
- address != NULL && address[0] != '\0' ? address : "about:blank",
- NULL,
- ephy_link_flags_from_current_event ());
- }
}
static void