1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed free message function from otrlibv3

This commit is contained in:
James Booth 2014-02-13 23:09:52 +00:00
parent 450c01ecb4
commit 9ff7a2a1fe

View File

@ -100,9 +100,3 @@ otrlib_decrypt_message(OtrlUserState user_state, OtrlMessageAppOps *ops, char *j
NULL, NULL,
NULL); NULL);
} }
void
otr_free_message(char *message)
{
otrl_message_free(message);
}