remove dc_chat_is_verified()

This commit is contained in:
B. Petersen
2020-10-13 13:33:32 +02:00
parent 8425e23d82
commit 50f3af58f8

View File

@@ -2966,7 +2966,6 @@ int dc_chat_can_send (const dc_chat_t* chat);
* @return 1=chat protected, 0=chat is not protected
*/
int dc_chat_is_protected (const dc_chat_t* chat);
#define dc_chat_is_verified dc_chat_is_protected // allow using old function name for a while
/**