diff src/prpl.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 764ecb5f984b
children 9178da61c19f
line wrap: on
line diff
--- a/src/prpl.c	Sun Nov 03 07:32:07 2002 +0000
+++ b/src/prpl.c	Sun Nov 03 07:36:09 2002 +0000
@@ -133,14 +133,6 @@
 	gtk_widget_destroy(b);
 }
 
-static void rem_win(GtkWidget *a, GtkWidget *b)
-{
-	void *d = gtk_object_get_user_data(GTK_OBJECT(a));
-	if (d)
-		gtk_signal_disconnect_by_data(GTK_OBJECT(b), d);
-	gtk_widget_destroy(b);
-}
-
 struct doaskstruct {
 	void (*yesfunc)(gpointer);
 	void (*nofunc)(gpointer);