diff src/server.c @ 4201:511c2b63caa4

[gaim-migrate @ 4432] Some code cleanups to remove warnings and fix up indenting a little. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 04 Jan 2003 21:01:32 +0000
parents ebfb80bbe1ed
children a614423c648f
line wrap: on
line diff
--- a/src/server.c	Sat Jan 04 19:41:07 2003 +0000
+++ b/src/server.c	Sat Jan 04 21:01:32 2003 +0000
@@ -628,7 +628,6 @@
 			 * something to store the message, and add it to our queue. Then we update
 			 * the away dialog to indicate that we've queued something. */
 			struct queued_message *qm;
-			struct buddy *b;
 
 			qm = g_new0(struct queued_message, 1);
 				g_snprintf(qm->name, sizeof(qm->name), "%s", name);