diff src/conversation.c @ 3885:94852b7cc81f

[gaim-migrate @ 4037] blah committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 03 Nov 2002 09:04:21 +0000
parents b7d5c2a2b0d9
children 9928f9cba2e4
line wrap: on
line diff
--- a/src/conversation.c	Sun Nov 03 08:56:25 2002 +0000
+++ b/src/conversation.c	Sun Nov 03 09:04:21 2002 +0000
@@ -2628,7 +2628,6 @@
 		int offs = ((convo_options & OPT_CONVO_COMBINE) &&
 			    (im_options & OPT_IM_ONE_WINDOW) && c->is_chat) ?
 			g_list_length(conversations) : 0;
-		GList *ws = (c->is_chat ? chats : conversations);
 		GtkWidget *label = c->tab_label;
 		style = gtk_style_new();
 		if (!GTK_WIDGET_REALIZED(label))