aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-23 21:38:42 +0800
committerXan Lopez <xan@igalia.com>2012-01-23 21:39:44 +0800
commitf9d3e0df1d982cd511af088ba12384d9fdca8ba8 (patch)
tree2ca55d9cf9f82a37148e070f758b8673325e921e /src/popup-commands.c
parent512d7d577d2c869b86c655b4e235760990c2b6ba (diff)
downloadgsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.tar
gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.tar.gz
gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.tar.bz2
gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.tar.lz
gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.tar.xz
gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.tar.zst
gsoc2013-epiphany-f9d3e0df1d982cd511af088ba12384d9fdca8ba8.zip
Remove the "Open Frame" functionality
It's been #if 0-ed and broken forever too. If someone really wants it it should probably go into an extension.
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index bc57f232b..5860b461c 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -354,23 +354,6 @@ popup_cmd_copy_image_location (GtkAction *action,
g_value_unset (&value);
}
-void
-popup_cmd_open_frame (GtkAction *action,
- EphyWindow *window)
-{
- char *location;
- EphyEmbed *embed;
-
- embed = ephy_embed_container_get_active_child
- (EPHY_EMBED_CONTAINER (window));
- g_return_if_fail (embed != NULL);
-
- location = ephy_web_view_get_location (ephy_embed_get_web_view (embed), FALSE);
- ephy_web_view_load_url (ephy_embed_get_web_view (embed), location);
-
- g_free (location);
-}
-
/* Opens an image URI using its associated handler. Or, if that
* doesn't work, fallback to open the URI in a new browser window.
*/