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:
parent
450c01ecb4
commit
9ff7a2a1fe
@ -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);
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user