Remove unused class in rsmsg

This commit is contained in:
Gioacchino Mazzurco 2019-09-19 13:38:50 +02:00
parent f2c90ba3c6
commit bc3596047a
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -161,34 +161,6 @@ class MsgAddress
std::string _addr_string ;
};
class MessageInfo_v2
{
public:
//MessageInfo_v2() {}
unsigned int msgflags;
//RsMessageId msgId;
MsgAddress from ;
std::list<MsgAddress> rcpt ;
// Headers
//
std::string subject;
std::string msg;
rstime_t time_stamp ;
//std::list<MessageHeader> headers ;
std::string attach_title;
std::string attach_comment;
std::list<FileInfo> files;
int size; /* total of files */
int count; /* file count */
};
struct MessageInfo : RsSerializable
{
MessageInfo(): msgflags(0), size(0), count(0), ts(0) {}