mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-26 12:14:28 -04:00
Removed unused include, free eval_password
This commit is contained in:
parent
21f8b1c4ca
commit
a932998fb1
@ -162,6 +162,7 @@ account_free(ProfAccount *account)
|
|||||||
free(account->name);
|
free(account->name);
|
||||||
free(account->jid);
|
free(account->jid);
|
||||||
free(account->password);
|
free(account->password);
|
||||||
|
free(account->eval_password);
|
||||||
free(account->resource);
|
free(account->resource);
|
||||||
free(account->server);
|
free(account->server);
|
||||||
free(account->last_presence);
|
free(account->last_presence);
|
||||||
|
@ -46,7 +46,6 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "tools/autocomplete.h"
|
#include "tools/autocomplete.h"
|
||||||
#include "xmpp/xmpp.h"
|
#include "xmpp/xmpp.h"
|
||||||
#include "ui/ui.h"
|
|
||||||
|
|
||||||
static gchar *accounts_loc;
|
static gchar *accounts_loc;
|
||||||
static GKeyFile *accounts;
|
static GKeyFile *accounts;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user