about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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);
-}