diff options
author | lightb <lightb@bigfoot> | 2014-04-21 18:08:38 -0400 |
---|---|---|
committer | lightb <lightb@bigfoot> | 2014-04-21 18:08:38 -0400 |
commit | 36c6dbda86889e1854854cc00f4eb7820740e52b (patch) | |
tree | d35a3c2b8f1a7b7a1cb0b38804822b8bb6a7c9af | |
parent | da89e241720a65ecbf4c8f667f8245ceeb4a7d48 (diff) | |
download | profani-tty-36c6dbda86889e1854854cc00f4eb7820740e52b.tar.gz |
Compilation v4 fix
-rw-r--r-- | src/otr/otr.h | 2 | ||||
-rw-r--r-- | src/otr/otrlibv4.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/otr/otr.h b/src/otr/otr.h index 21a15e4b..5239c033 100644 --- a/src/otr/otr.h +++ b/src/otr/otr.h @@ -23,8 +23,6 @@ #ifndef OTR_H #define OTR_H -#define OTRL_TAG " \t \t\t\t\t \t \t \t " - #include "config/accounts.h" void otr_init_module(void); diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c index 9187473a..01afa868 100644 --- a/src/otr/otrlibv4.c +++ b/src/otr/otrlibv4.c @@ -108,8 +108,6 @@ otrlib_encrypt_message(OtrlUserState user_state, OtrlMessageAppOps *ops, char *j { gcry_error_t err; - ops.policy = OTRL_POLICY_SEND_WHITESPACE_TAG; - err = otrl_message_sending( user_state, ops, |