aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-03-19 12:40:32 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-03-19 12:40:32 +0800
commit3907796ac1481040b67d84a7830054522111d56e (patch)
tree19b40adf47dc46260b458ce51a159971273d5e30 /camel/providers/imap/camel-imap-store.h
parent1fde557d24599aff349ee52c5e7231e9887e01ae (diff)
downloadgsoc2013-evolution-3907796ac1481040b67d84a7830054522111d56e.tar
gsoc2013-evolution-3907796ac1481040b67d84a7830054522111d56e.tar.gz
gsoc2013-evolution-3907796ac1481040b67d84a7830054522111d56e.tar.bz2
gsoc2013-evolution-3907796ac1481040b67d84a7830054522111d56e.tar.lz
gsoc2013-evolution-3907796ac1481040b67d84a7830054522111d56e.tar.xz
gsoc2013-evolution-3907796ac1481040b67d84a7830054522111d56e.tar.zst
gsoc2013-evolution-3907796ac1481040b67d84a7830054522111d56e.zip
remove async_thread thing.
2004-03-19 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.h: remove async_thread thing. svn path=/trunk/; revision=25125
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r--camel/providers/imap/camel-imap-store.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h
index 739a74bc74..fe57553658 100644
--- a/camel/providers/imap/camel-imap-store.h
+++ b/camel/providers/imap/camel-imap-store.h
@@ -124,10 +124,6 @@ struct _CamelImapStore {
GHashTable *authtypes;
gboolean renaming;
-
-#ifdef ENABLE_THREADS
- EThread *async_thread;
-#endif
};