diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-14 05:42:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-14 05:42:12 +0800 |
commit | 3f58ba3d833953c29bb6aa5e1834e2f367f15202 (patch) | |
tree | beba0d825019075a43e3ff8160ab60baec64f59d | |
parent | 192b603ef668111e0c0bdc78127dcdcb2f4d62ce (diff) | |
download | gsoc2013-evolution-3f58ba3d833953c29bb6aa5e1834e2f367f15202.tar.gz gsoc2013-evolution-3f58ba3d833953c29bb6aa5e1834e2f367f15202.tar.zst gsoc2013-evolution-3f58ba3d833953c29bb6aa5e1834e2f367f15202.zip |
Remove an unused mail-config enum type.
-rw-r--r-- | mail/mail-config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h index 6c597a628e..7fbdaeeda9 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -59,13 +59,6 @@ typedef enum { MAIL_CONFIG_DISPLAY_MAX } MailConfigDisplayStyle; -typedef enum { - MAIL_CONFIG_XMAILER_NONE = 0, - MAIL_CONFIG_XMAILER_EVO = 1, - MAIL_CONFIG_XMAILER_OTHER = 2, - MAIL_CONFIG_XMAILER_RUPERT_APPROVED = 4 -} MailConfigXMailerDisplayStyle; - GType evolution_mail_config_get_type (void); /* Configuration */ |