diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-02 20:50:47 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-02 20:50:47 +0800 |
commit | 36daaa05e85989d371b9c3d3c4fd3ad49572b728 (patch) | |
tree | 094b71e717778d2a54ace5abdacbe9efcd3a89ab | |
parent | c8e32cef45ed75b2430b41647a3f99dbacd872a2 (diff) | |
download | gsoc2013-epiphany-36daaa05e85989d371b9c3d3c4fd3ad49572b728.tar.gz gsoc2013-epiphany-36daaa05e85989d371b9c3d3c4fd3ad49572b728.tar.zst gsoc2013-epiphany-36daaa05e85989d371b9c3d3c4fd3ad49572b728.zip |
ephy-home-action: remove dead code
-rw-r--r-- | src/ephy-home-action.c | 7 |
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 |