about summary refs log tree commit diff stats
path: root/src/otr/otrlibv3.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-13 23:09:52 +0000
committerJames Booth <boothj5@gmail.com>2014-02-13 23:09:52 +0000
commit9ff7a2a1fee12b41632164884cef41141d57ab85 (patch)
tree967f0c5dd4b191dd3d48e22210dba01738fb4255 /src/otr/otrlibv3.c
parent450c01ecb4e7f943d27b2a68027c88fe7ae99483 (diff)
downloadprofani-tty-9ff7a2a1fee12b41632164884cef41141d57ab85.tar.gz
Removed free message function from otrlibv3
Diffstat (limited to 'src/otr/otrlibv3.c')
-rw-r--r--src/otr/otrlibv3.c6
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);
-}