diff plugins/chatlist.c @ 3867:43e396e94095

[gaim-migrate @ 4019] compile cleanups by nathan committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 03 Nov 2002 07:36:09 +0000
parents c66ed5df69ef
children 22e3bbbd9a32
line wrap: on
line diff
--- a/plugins/chatlist.c	Sun Nov 03 07:32:07 2002 +0000
+++ b/plugins/chatlist.c	Sun Nov 03 07:36:09 2002 +0000
@@ -1,6 +1,5 @@
 #define GAIM_PLUGINS
 
-#include "pixmaps/cancel.xpm"
 #include "pixmaps/refresh.xpm"
 #include "pixmaps/gnome_add.xpm"
 #include "pixmaps/gnome_remove.xpm"
@@ -288,13 +287,6 @@
 	save_chat_prefs();
 }
 
-static void parent_destroy()
-{
-	if (parent)
-		gtk_widget_destroy(parent);
-	parent = NULL;
-}
-
 G_MODULE_EXPORT GtkWidget *gaim_plugin_config_gtk()
 {
 	GtkWidget *ret, *vbox;