diff src/buddy_chat.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 d3c8d2b40494
children 468f1ce401db
line wrap: on
line diff
--- a/src/buddy_chat.c	Sat Jan 04 19:41:07 2003 +0000
+++ b/src/buddy_chat.c	Sat Jan 04 21:01:32 2003 +0000
@@ -42,12 +42,6 @@
 #include "pixmaps/join.xpm"
 /*#include "pixmaps/close.xpm"*/
 #include "pixmaps/cancel.xpm"
-#include "pixmaps/tmp_send.xpm"
-#include "pixmaps/gnome_add.xpm"
-#include "pixmaps/gnome_remove.xpm"
-#include "pixmaps/block.xpm"
-#include "pixmaps/warn.xpm"
-#include "pixmaps/tb_search.xpm"
 
 GtkWidget *joinchat;
 static struct gaim_connection *joinchatgc;
@@ -1507,7 +1501,6 @@
 static GtkWidget *change_text(GtkWidget *win, char *text, GtkWidget *button, char *stock, int chat)
 {
 	int dispstyle = set_dispstyle(chat);
-	GtkWidget *parent = button->parent;
 	gtk_widget_destroy(button);
 	/* XXX button = picture_button2(win, text, xpm, dispstyle); */
 	button = gaim_pixbuf_button_from_stock((dispstyle == 0 ? NULL : text),
@@ -1570,7 +1563,6 @@
 	struct conversation *c;
 	GtkWidget *parent;
 	int opt = 0;
-	int dispstyle = set_dispstyle(0);
 
 	while (bcs) {
 		c = (struct conversation *)bcs->data;