aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-private.h')
-rw-r--r--camel/camel-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-private.h b/camel/camel-private.h
index 5165f31c8b..6de65b54eb 100644
--- a/camel/camel-private.h
+++ b/camel/camel-private.h
@@ -59,7 +59,6 @@ struct _CamelFolderPrivate {
struct _CamelStorePrivate {
#ifdef ENABLE_THREADS
EMutex *folder_lock; /* for locking folder operations */
- EMutex *cache_lock; /* for locking access to the cache */
#else
int dummy;
#endif