* mu-msg-fields: remove the silly 'pseudo field'

This commit is contained in:
Dirk-Jan C. Binnema 2011-07-21 00:33:09 +03:00
parent ff8e055564
commit a5b426a7a0
1 changed files with 0 additions and 5 deletions

View File

@ -54,11 +54,6 @@ enum _MuMsgFieldId {
MU_MSG_FIELD_ID_TIMESTAMP,
MU_MSG_FIELD_ID_NUM,
/* fake fields */
MU_MSG_PSEUDO_FIELD_ID_DATESTR, /* used in to store datestr in db */
MU_MSG_FIELD_ID_NUM_WITH_PSEUDO /* number including these fake
* fields */
};
typedef guint8 MuMsgFieldId;