diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-15 23:12:37 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-15 23:12:37 +0100 |
commit | ffdd106588854aa66cdad1ad4bbac980b96df967 (patch) | |
tree | a1e906fe1b83d7a3a4e97c1ed585516b046657a8 /src | |
parent | 66e0f75e148110d489d3a5f680e620fdf45a4451 (diff) |
remove unused buffer
Diffstat (limited to 'src')
-rw-r--r-- | src/common/plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c index b37c59e2..2e81c1f1 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -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); |