diff src/gtkblist.c @ 11768:a9e9b76905b4

[gaim-migrate @ 14059] Killing some warnings, not sure what we're trying to do in gtkblist here, so i just #if 0'd it.. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sun, 23 Oct 2005 22:16:28 +0000
parents dd7e9ef6339f
children b9b7a010b043
line wrap: on
line diff
--- a/src/gtkblist.c	Sun Oct 23 22:14:53 2005 +0000
+++ b/src/gtkblist.c	Sun Oct 23 22:16:28 2005 +0000
@@ -3282,8 +3282,9 @@
 
 	/* TODO: functionize this */
 	{
+#if 0
 		GList *accounts, *l;
-
+#endif
 		/* Set up some per account status boxes */
 		gtkblist->statusboxbox = gtk_vbox_new(FALSE, 0);
 		gtkblist->statusboxes = NULL;