From 24d627adf732caf0e78978916c9ca3ef0f930b5e Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 29 Nov 2017 15:45:00 +0100 Subject: [PATCH] fix(c-chat-message): remove linphone_chat_message_get_storage_id --- include/linphone/api/c-chat-message.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/linphone/api/c-chat-message.h b/include/linphone/api/c-chat-message.h index 8b29ed040..c4bcacd1a 100644 --- a/include/linphone/api/c-chat-message.h +++ b/include/linphone/api/c-chat-message.h @@ -125,13 +125,6 @@ LINPHONE_PUBLIC void linphone_chat_message_set_content_type(LinphoneChatMessage */ LINPHONE_PUBLIC const char* linphone_chat_message_get_text(LinphoneChatMessage* msg); -/** - * Returns the id used to identify this message in the storage database - * @param message the message - * @return the id - */ -LINPHONE_PUBLIC unsigned int linphone_chat_message_get_storage_id(LinphoneChatMessage* msg); - /** * Get the message identifier. * It is used to identify a message so that it can be notified as delivered and/or displayed.