diff pidgin/plugins/xmppconsole.c @ 30413:7c871249318b

Fix some "Dead nested assignment"s and then kill off some useless variables related to them.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 14 Aug 2010 05:17:38 +0000
parents 4e7a9940627e
children 917c597beb97 a3bd979c9ce4
line wrap: on
line diff
--- a/pidgin/plugins/xmppconsole.c	Sat Aug 14 03:55:19 2010 +0000
+++ b/pidgin/plugins/xmppconsole.c	Sat Aug 14 05:17:38 2010 +0000
@@ -183,7 +183,7 @@
 {
 	GtkTextIter start, end;
 	PurplePluginProtocolInfo *prpl_info = NULL;
-	PurpleConnection *gc = console->gc;
+	PurpleConnection *gc;
 	GtkTextBuffer *buffer;
 	char *text;