From ea3e4f239a529716452159d5deac20cd9a38c832 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 14 May 2009 21:20:55 -0400 Subject: =?UTF-8?q?Bug=20458491=20=E2=80=93=20Remove=20useless=20"Call=20T?= =?UTF-8?q?o..."=20popup=20menu=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail/em-popup.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mail/em-popup.h') diff --git a/mail/em-popup.h b/mail/em-popup.h index 77f80e5599..8df98a6488 100644 --- a/mail/em-popup.h +++ b/mail/em-popup.h @@ -113,14 +113,12 @@ enum _em_popup_target_select_t { * @EM_POPUP_URI_HTTP: This is a HTTP or HTTPS url. * @EM_POPUP_URI_MAILTO: This is a MAILTO url. * @EM_POPUP_URI_NOT_MAILTO: This is not a MAILTO url. - * @EM_POPUP_URI_CALLTO: This is a CALLTO url. * **/ enum _em_popup_target_uri_t { EM_POPUP_URI_HTTP = 1<<0, EM_POPUP_URI_MAILTO = 1<<1, - EM_POPUP_URI_NOT_MAILTO = 1<<2, - EM_POPUP_URI_CALLTO = 1<<3, + EM_POPUP_URI_NOT_MAILTO = 1<<2 }; /** -- cgit v1.2.3