Remove declaration of function that is no longer defined.

This commit is contained in:
Ghislain MARY 2017-09-26 17:11:42 +02:00
parent 076e744dcd
commit 9ce0960e32

View file

@ -200,11 +200,6 @@ LINPHONE_PUBLIC unsigned int linphone_chat_message_store(LinphoneChatMessage *ms
*/
LINPHONE_PUBLIC LinphoneChatMessageState linphone_chat_message_get_state(const LinphoneChatMessage* message);
/**
* Duplicate a LinphoneChatMessage
**/
LINPHONE_PUBLIC LinphoneChatMessage* linphone_chat_message_clone(const LinphoneChatMessage* message);
/**
* Get if the message was encrypted when transfered
* @param[in] message #LinphoneChatMessage obj
@ -371,4 +366,4 @@ LINPHONE_PUBLIC LinphoneChatMessageCbs * linphone_chat_message_get_callbacks(con
}
#endif // ifdef __cplusplus
#endif // ifndef _C_CHAT_MESSAGE_H_
#endif // ifndef _C_CHAT_MESSAGE_H_