aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-28 22:25:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-28 22:25:59 +0800
commit33d31dba3c3332c7cc5e3239e99de05cea45b5ce (patch)
tree75542819c2ca2f62ffb77d60407bc2a1cc863f8e /mail/message-list.h
parent86efefd39f4e0b9c5f7eaaee4048ecb52260559e (diff)
downloadgsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.tar
gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.tar.gz
gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.tar.bz2
gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.tar.lz
gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.tar.xz
gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.tar.zst
gsoc2013-evolution-33d31dba3c3332c7cc5e3239e99de05cea45b5ce.zip
Remove some unused MessageList constants.
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index a651235cc1..4431f8658c 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -79,11 +79,6 @@ enum {
#define MESSAGE_LIST_COLUMN_IS_ACTIVE(col) (col == COL_MESSAGE_STATUS || \
col == COL_FLAGGED)
-#define ML_HIDE_NONE_START (0)
-#define ML_HIDE_NONE_END (2147483647)
-/* dont change */
-#define ML_HIDE_SAME (2147483646)
-
typedef struct _MessageList MessageList;
typedef struct _MessageListClass MessageListClass;
typedef struct _MessageListPrivate MessageListPrivate;