summary refs log tree commit diff stats
path: root/src/common/plugin.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-15 23:12:37 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-15 23:12:37 +0100
commitffdd106588854aa66cdad1ad4bbac980b96df967 (patch)
treea1e906fe1b83d7a3a4e97c1ed585516b046657a8 /src/common/plugin.c
parent66e0f75e148110d489d3a5f680e620fdf45a4451 (diff)
remove unused buffer
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r--src/common/plugin.c1
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);