aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-config-identity-page.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-11-08 18:49:23 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-11-08 20:23:36 +0800
commite8797d1ed9a99e13fc3f5fdaac0cfc8869d2839a (patch)
tree542e989ba42f7c863f1496fdf6f91d40aeeafb5a /mail/e-mail-config-identity-page.h
parentacd6a6aed81cdb92775ab1ceb16145cbe9f34097 (diff)
downloadgsoc2013-evolution-e8797d1ed9a99e13fc3f5fdaac0cfc8869d2839a.tar
gsoc2013-evolution-e8797d1ed9a99e13fc3f5fdaac0cfc8869d2839a.tar.gz
gsoc2013-evolution-e8797d1ed9a99e13fc3f5fdaac0cfc8869d2839a.tar.bz2
gsoc2013-evolution-e8797d1ed9a99e13fc3f5fdaac0cfc8869d2839a.tar.lz
gsoc2013-evolution-e8797d1ed9a99e13fc3f5fdaac0cfc8869d2839a.tar.xz
gsoc2013-evolution-e8797d1ed9a99e13fc3f5fdaac0cfc8869d2839a.tar.zst
gsoc2013-evolution-e8797d1ed9a99e13fc3f5fdaac0cfc8869d2839a.zip
Revert "Bug #686620 - Add an option to skip New Account autodiscovery"
This reverts commit 039c29c112179ad92233f0a85b7332ad2f2dd373. Auto-configuration should instead be cancellable from the progress page.
Diffstat (limited to 'mail/e-mail-config-identity-page.h')
-rw-r--r--mail/e-mail-config-identity-page.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/e-mail-config-identity-page.h b/mail/e-mail-config-identity-page.h
index df6e91f3dd..02a3c16e26 100644
--- a/mail/e-mail-config-identity-page.h
+++ b/mail/e-mail-config-identity-page.h
@@ -90,13 +90,6 @@ gboolean e_mail_config_identity_page_get_show_signatures
void e_mail_config_identity_page_set_show_signatures
(EMailConfigIdentityPage *page,
gboolean show_signatures);
-void e_mail_config_identity_page_set_show_autodiscover_check
- (EMailConfigIdentityPage *page,
- gboolean show_autodiscover);
-gboolean e_mail_config_identity_page_get_show_autodiscover_check
- (EMailConfigIdentityPage *page);
-GtkWidget * e_mail_config_identity_page_get_autodiscover_check
- (EMailConfigIdentityPage *page);
G_END_DECLS