diff src/prpl.c @ 5496:b7c0be69c749

[gaim-migrate @ 5892] do_ask_dialog() will soon go the way of the something that goes away a lot. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 23 May 2003 00:48:20 +0000
parents 3e8487580024
children cce2d7868c78
line wrap: on
line diff
--- a/src/prpl.c	Thu May 22 23:59:01 2003 +0000
+++ b/src/prpl.c	Fri May 23 00:48:20 2003 +0000
@@ -66,11 +66,6 @@
 	return NULL;
 }
 
-static void des_win(GtkWidget *a, GtkWidget *b)
-{
-	gtk_widget_destroy(b);
-}
-
 static GSList *do_ask_dialogs = NULL;
 
 struct doaskstruct {