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:
parent
da89e24172
commit
36c6dbda86
@ -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);
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user