aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-22 20:04:24 +0800
committerXan Lopez <xan@igalia.com>2012-01-22 20:04:24 +0800
commit7cdfd66e04647967f8c92fa1aa3d75fb489fd475 (patch)
treeca237698f5b2c389c997fb8691cfff0ac0017104 /src/popup-commands.c
parenteea8808a15effed06b1470e1bf5c9690280abb5a (diff)
downloadgsoc2013-epiphany-7cdfd66e04647967f8c92fa1aa3d75fb489fd475.tar
gsoc2013-epiphany-7cdfd66e04647967f8c92fa1aa3d75fb489fd475.tar.gz
gsoc2013-epiphany-7cdfd66e04647967f8c92fa1aa3d75fb489fd475.tar.bz2
gsoc2013-epiphany-7cdfd66e04647967f8c92fa1aa3d75fb489fd475.tar.lz
gsoc2013-epiphany-7cdfd66e04647967f8c92fa1aa3d75fb489fd475.tar.xz
gsoc2013-epiphany-7cdfd66e04647967f8c92fa1aa3d75fb489fd475.tar.zst
gsoc2013-epiphany-7cdfd66e04647967f8c92fa1aa3d75fb489fd475.zip
Remove mailto: specific menus
They have been dead/#if zeroed for a long time without any bugs opened about it, so I can guess they were not used a lot in their day.
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index fd3235565..bc57f232b 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -164,15 +164,6 @@ popup_cmd_copy_link_address (GtkAction *action,
context = ephy_embed_event_get_context (event);
-#if 0
- if (context & EPHY_EMBED_CONTEXT_EMAIL_LINK)
- {
- value = ephy_embed_event_get_property (event, "email");
- address = g_value_get_string (&value);
- popup_cmd_copy_to_clipboard (window, address);
- }
-#endif
-
if (context & WEBKIT_HIT_TEST_RESULT_CONTEXT_LINK)
{
ephy_embed_event_get_property (event, "link-uri", &value);