diff options
author | James Booth <boothj5@gmail.com> | 2014-02-13 23:09:52 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-02-13 23:09:52 +0000 |
commit | 9ff7a2a1fee12b41632164884cef41141d57ab85 (patch) | |
tree | 967f0c5dd4b191dd3d48e22210dba01738fb4255 /src/otr | |
parent | 450c01ecb4e7f943d27b2a68027c88fe7ae99483 (diff) | |
download | profani-tty-9ff7a2a1fee12b41632164884cef41141d57ab85.tar.gz |
Removed free message function from otrlibv3
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otrlibv3.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/otr/otrlibv3.c b/src/otr/otrlibv3.c index 3835350a..b12f0b8f 100644 --- a/src/otr/otrlibv3.c +++ b/src/otr/otrlibv3.c @@ -100,9 +100,3 @@ otrlib_decrypt_message(OtrlUserState user_state, OtrlMessageAppOps *ops, char *j NULL, NULL); } - -void -otr_free_message(char *message) -{ - otrl_message_free(message); -} |