Removed string content type from chatMessage

This commit is contained in:
Sylvain Berfini 2017-09-13 13:10:09 +02:00
parent 05b91d4b64
commit 3d30114ea7
2 changed files with 0 additions and 6 deletions

View file

@ -36,7 +36,6 @@ private:
// LinphoneAddress *from;
// LinphoneAddress *to;
std::shared_ptr<ErrorInfo> errorInfo;
std::string contentType;
std::string text;
bool isSecured = false;
bool isReadOnly = false;

View file

@ -86,11 +86,6 @@ shared_ptr<const ErrorInfo> ChatMessage::getErrorInfo () const {
return d->errorInfo;
}
string ChatMessage::getContentType () const {
L_D(const ChatMessage);
return d->contentType;
}
void ChatMessage::send () {
L_D(ChatMessage);