diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-04-09 02:17:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-04-09 02:54:02 +0800 |
commit | d8d9c0322974fa7d9b6811c331c11396f4b63a2d (patch) | |
tree | 8913594bd8caa09782b23398bcd23a2d3c674c4f /mail/em-folder-tree-model.h | |
parent | f9005e21f672f56ac6b976a0281f9257e1705c67 (diff) | |
download | gsoc2013-evolution-d8d9c0322974fa7d9b6811c331c11396f4b63a2d.tar.gz gsoc2013-evolution-d8d9c0322974fa7d9b6811c331c11396f4b63a2d.tar.zst gsoc2013-evolution-d8d9c0322974fa7d9b6811c331c11396f4b63a2d.zip |
EMFolderTreeModel: Remove COL_STRING_URI.
Further chipping away at internal URI usage...
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 b4acb3dce6..9c34ef9c06 100644 --- a/mail/em-folder-tree-model.h +++ b/mail/em-folder-tree-model.h @@ -60,8 +60,6 @@ enum { COL_STRING_FULL_NAME, /* if node is a folder, the full path * name of the folder, no leading / */ COL_STRING_ICON_NAME, /* icon name for the folder */ - COL_STRING_URI, /* the uri to get the store or - * folder object */ COL_UINT_UNREAD, /* unread count */ COL_UINT_FLAGS, /* FolderInfo.flags */ |