aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-28 21:36:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-28 21:51:25 +0800
commit2988537fb0fd7ea5547c274a3660ebd41a2514e2 (patch)
treebd5538131bc3a432af096679694a4fcc38009f01 /mail/em-folder-tree-model.h
parent62066e2c17cf0239966f4d03b0fa51c58a94f27a (diff)
downloadgsoc2013-evolution-2988537fb0fd7ea5547c274a3660ebd41a2514e2.tar
gsoc2013-evolution-2988537fb0fd7ea5547c274a3660ebd41a2514e2.tar.gz
gsoc2013-evolution-2988537fb0fd7ea5547c274a3660ebd41a2514e2.tar.bz2
gsoc2013-evolution-2988537fb0fd7ea5547c274a3660ebd41a2514e2.tar.lz
gsoc2013-evolution-2988537fb0fd7ea5547c274a3660ebd41a2514e2.tar.xz
gsoc2013-evolution-2988537fb0fd7ea5547c274a3660ebd41a2514e2.tar.zst
gsoc2013-evolution-2988537fb0fd7ea5547c274a3660ebd41a2514e2.zip
Remove account from EMFolderTreeModelStoreInfo.
The struct already has a CamelStore, and the CamelStore UID is the same as the EAccount UID, so it's easy to lookup the corresponding EAccount.
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r--mail/em-folder-tree-model.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h
index 367f90d91c..419323ab6c 100644
--- a/mail/em-folder-tree-model.h
+++ b/mail/em-folder-tree-model.h
@@ -82,7 +82,6 @@ struct _EMFolderTreeModelStoreInfo {
/* CamelFolderInfo::full_name -> GtkTreeRowReference */
GHashTable *full_hash;
- EAccount *account;
guint created_id;
guint deleted_id;