1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Compilation v4 fix

This commit is contained in:
lightb 2014-04-21 18:08:38 -04:00
parent da89e24172
commit 36c6dbda86
2 changed files with 0 additions and 4 deletions

View File

@ -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);

View File

@ -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,