mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
Removed unused variable
This commit is contained in:
parent
03f03ede86
commit
ea9e256954
1 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ static IRC_CHATNET_REC *network_setup_fill_rec(IRC_CHATNET_REC *rec, GHashTable
|
|||
static void cmd_network_add(const char *data)
|
||||
{
|
||||
GHashTable *optlist;
|
||||
char *name, *value;
|
||||
char *name;
|
||||
void *free_arg;
|
||||
IRC_CHATNET_REC *rec;
|
||||
|
||||
|
|
@ -194,7 +194,7 @@ static void cmd_network_add(const char *data)
|
|||
static void cmd_network_modify(const char *data)
|
||||
{
|
||||
GHashTable *optlist;
|
||||
char *name, *value;
|
||||
char *name;
|
||||
void *free_arg;
|
||||
IRC_CHATNET_REC *rec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue