summary refs log tree commit diff stats
path: root/src/common/plugin.c
diff options
context:
space:
mode:
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);