remove unused buffer

This commit is contained in:
Berke Viktor 2012-01-15 23:12:37 +01:00
parent 66e0f75e14
commit ffdd106588
1 changed files with 0 additions and 1 deletions

View File

@ -1796,7 +1796,6 @@ xchat_pluginpref_list (xchat_plugin *pl, char* dest)
FILE *fpIn;
char confname[64];
char buffer[512]; /* the same as in cfg_put_str */
char buffer2[512];
char *token;
token = g_strdup (pl->name);