diff options
Diffstat (limited to 'src/otr')
-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, |