diff pidgin/gtkaccount.c @ 18083:07f8ed677678

Fix a compiler warning from a bad merge by me
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 10 Jun 2007 02:06:07 +0000
parents bb2e5f6ff2b4
children 97b735ca9d7a 873ee0038752
line wrap: on
line diff
--- a/pidgin/gtkaccount.c	Sun Jun 10 01:49:01 2007 +0000
+++ b/pidgin/gtkaccount.c	Sun Jun 10 02:06:07 2007 +0000
@@ -706,7 +706,7 @@
 	GList *l;
 	char buf[1024];
 	char *title, *tmp;
-	const char *str_value, *protocol;
+	const char *str_value;
 	gboolean bool_value;
 
 	if (dialog->protocol_frame != NULL) {