aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-10-11 19:06:51 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-11 19:06:51 +0800
commitfb49a9def42f589301ac0756df69729d8771ab24 (patch)
treef0025338007f1773ad2fb18e4c7dede8714cf630 /mail/message-list.h
parent6eb7de17e89e2d14a7178e27289ef54ac5a6a233 (diff)
downloadgsoc2013-evolution-fb49a9def42f589301ac0756df69729d8771ab24.tar
gsoc2013-evolution-fb49a9def42f589301ac0756df69729d8771ab24.tar.gz
gsoc2013-evolution-fb49a9def42f589301ac0756df69729d8771ab24.tar.bz2
gsoc2013-evolution-fb49a9def42f589301ac0756df69729d8771ab24.tar.lz
gsoc2013-evolution-fb49a9def42f589301ac0756df69729d8771ab24.tar.xz
gsoc2013-evolution-fb49a9def42f589301ac0756df69729d8771ab24.tar.zst
gsoc2013-evolution-fb49a9def42f589301ac0756df69729d8771ab24.zip
Updated these to the new ETable style of specifications.
2000-10-11 Christopher James Lahey <clahey@helixcode.com> * message-list.c, message-list.h, subscribe-dialog.c: Updated these to the new ETable style of specifications. svn path=/trunk/; revision=5845
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 15267f8293..96b61b91a8 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -53,16 +53,6 @@ struct _MessageList {
FolderBrowser *parent_folder_browser;
ETableModel *table_model;
- ETableHeader *header_model;
- ETableCol *table_cols [COL_LAST];
-
- ECell *render_text;
- ECell *render_date;
- ECell *render_online_status;
- ECell *render_message_status;
- ECell *render_score;
- ECell *render_attachment;
- ECell *render_tree;
ETreePath *tree_root; /* for tree view */