aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/imap/MCIMAPSession.h')
-rw-r--r--src/core/imap/MCIMAPSession.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/imap/MCIMAPSession.h b/src/core/imap/MCIMAPSession.h
index 77cf19f8..5c453e63 100644
--- a/src/core/imap/MCIMAPSession.h
+++ b/src/core/imap/MCIMAPSession.h
@@ -5,8 +5,6 @@
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCMessageConstants.h>
#include <MailCore/MCIMAPMessage.h>
-#include <MailCore/MCHTMLRendererCallback.h>
-#include <MailCore/MCHTMLBodyRendererTemplateCallback.h>
#ifdef __cplusplus
@@ -199,9 +197,6 @@ namespace mailcore {
unsigned int mProgressItemsCount;
ConnectionLogger * mConnectionLogger;
- HTMLRendererIMAPCallback * mDataCallback;
- HTMLBodyRendererTemplateCallback * mHtmlCallback;
-
void init();
void bodyProgress(unsigned int current, unsigned int maximum);
void itemsProgress(unsigned int current, unsigned int maximum);