diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 20:49:26 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 21:51:24 +0800 |
commit | 765d58d5285f6c18b2b091bd42dd3592b2f06560 (patch) | |
tree | 6116a096a8baa197d74334ab80bb80e43500d5df /mail/em-folder-tree-model.h | |
parent | bb20ede8bcb6343b1d339f1d17394e903a5270c4 (diff) | |
download | gsoc2013-evolution-765d58d5285f6c18b2b091bd42dd3592b2f06560.tar.gz gsoc2013-evolution-765d58d5285f6c18b2b091bd42dd3592b2f06560.tar.zst gsoc2013-evolution-765d58d5285f6c18b2b091bd42dd3592b2f06560.zip |
Remove display_name from EMFolderTreeModelStoreInfo.
It was only being used to look up an EAccount UID, but we already had
the CamelStore, and the CamelStore UID is the same as the EAccount UID.
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r-- | mail/em-folder-tree-model.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h index 77b2d26659..367f90d91c 100644 --- a/mail/em-folder-tree-model.h +++ b/mail/em-folder-tree-model.h @@ -84,8 +84,6 @@ struct _EMFolderTreeModelStoreInfo { GHashTable *full_hash; EAccount *account; - gchar *display_name; - guint created_id; guint deleted_id; guint renamed_id; |