remove unused buffer
This commit is contained in:
parent
66e0f75e14
commit
ffdd106588
|
@ -1796,7 +1796,6 @@ xchat_pluginpref_list (xchat_plugin *pl, char* dest)
|
||||||
FILE *fpIn;
|
FILE *fpIn;
|
||||||
char confname[64];
|
char confname[64];
|
||||||
char buffer[512]; /* the same as in cfg_put_str */
|
char buffer[512]; /* the same as in cfg_put_str */
|
||||||
char buffer2[512];
|
|
||||||
char *token;
|
char *token;
|
||||||
|
|
||||||
token = g_strdup (pl->name);
|
token = g_strdup (pl->name);
|
||||||
|
|
Loading…
Reference in New Issue