mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Removed string content type from chatMessage
This commit is contained in:
parent
05b91d4b64
commit
3d30114ea7
2 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue