aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-popup.h')
-rw-r--r--mail/em-popup.h4
1 files changed, 1 insertions, 3 deletions
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
};
/**