Fix a compiler warning from a bad merge by me release-2.1.0

Sun, 10 Jun 2007 02:06:07 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sun, 10 Jun 2007 02:06:07 +0000
branch
release-2.1.0
changeset 18145
9b40ce2af241
parent 18143
4079b7c5ef7b
child 18146
caca6e79c434

Fix a compiler warning from a bad merge by me

pidgin/gtkaccount.c file | annotate | diff | comparison | revisions
--- 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) {

mercurial