aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/e-mail-reader.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 7b50774153..499f8fa25a 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -975,14 +975,6 @@ action_mail_undelete_cb (GtkAction *action,
}
static void
-action_mail_uri_call_to_cb (GtkAction *action,
- EMailReader *reader)
-{
- /* FIXME */
- g_print ("Action: %s\n", gtk_action_get_name (GTK_ACTION (action)));
-}
-
-static void
action_mail_uri_copy_cb (GtkAction *action,
EMailReader *reader)
{
@@ -1426,13 +1418,6 @@ static GtkActionEntry mail_reader_entries[] = {
N_("Undelete the selected messages"),
G_CALLBACK (action_mail_undelete_cb) },
- { "mail-uri-call-to",
- NULL,
- N_("C_all To..."),
- NULL,
- NULL, /* XXX Add a tooltip! */
- G_CALLBACK (action_mail_uri_call_to_cb) },
-
{ "mail-uri-copy",
NULL,
N_("_Copy Link Location"),