aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-account-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'capplet/settings/mail-account-view.h')
-rw-r--r--capplet/settings/mail-account-view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/capplet/settings/mail-account-view.h b/capplet/settings/mail-account-view.h
index 0a582c4a13..f69f5b86a8 100644
--- a/capplet/settings/mail-account-view.h
+++ b/capplet/settings/mail-account-view.h
@@ -24,8 +24,6 @@
#define _MAIL_ACCOUNT_VIEW_H_
#include <gtk/gtk.h>
-#include "mail/em-account-editor.h"
-#include <libedataserver/e-account-list.h>
#include "mail-view.h"
#define MAIL_ACCOUNT_VIEW_TYPE (mail_account_view_get_type ())
@@ -87,7 +85,9 @@ typedef struct _MailAccountViewClass {
} MailAccountViewClass;
GType mail_account_view_get_type (void);
+#if 0 /* ACCOUNT_MGMT */
MailAccountView *mail_account_view_new (EAccount *account, EMailBackend *backend);
+#endif /* ACCOUNT_MGMT */
GtkWidget * mail_account_view_get_tab_widget (MailAccountView *mcv);
void mail_account_view_activate (MailAccountView *mcv, GtkWidget *tree, GtkWidget *folder_tree, GtkWidget *check_mail, GtkWidget *sort_by, gboolean act);
#endif