1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Removed _shutdown function in profanity.c

This commit is contained in:
James Booth 2012-10-27 17:40:17 +01:00
parent 2abd525cae
commit 852112cda8
2 changed files with 1 additions and 8 deletions

View File

@ -272,7 +272,7 @@ static struct cmd_t setting_commands[] =
"Config file section : [ui]",
"Config file value : showsplash=true|false",
NULL } } },
{ "/vercheck",
_cmd_vercheck,
{ "/vercheck [on|off]", "Check for a new release.",

View File

@ -44,7 +44,6 @@ static void _create_config_directory();
static void _free_roster_entry(jabber_roster_entry *entry);
static void _init(const int disable_tls, char *log_level);
static void _shutdown_init(void);
static void _shutdown(void);
void
prof_run(const int disable_tls, char *log_level)
@ -302,12 +301,6 @@ _shutdown_init(void)
jabber_free_resources();
}
_shutdown();
}
static void
_shutdown(void)
{
contact_list_clear();
gui_close();
chat_log_close();