diff src/connection.c @ 5883:f5b0c6073264

[gaim-migrate @ 6315] Removed the last bit of actual UI from connection.c. It still includes ui.h, but that's because of the stupid away stuff. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 06:14:47 +0000
parents 059d95c67cda
children 02569519d0cc
line wrap: on
line diff
--- a/src/connection.c	Sun Jun 15 06:03:13 2003 +0000
+++ b/src/connection.c	Sun Jun 15 06:14:47 2003 +0000
@@ -153,22 +153,9 @@
 
 		gaim_request_close_with_handle(gc);
 		gaim_notify_close_with_handle(gc);
-
-		/* XXX UI stuff! */
-		update_privacy_connections();
 	}
 
 	gaim_connection_destroy(gc);
-
-	/* XXX More UI stuff! */
-	if (connections != NULL)
-		return;
-
-	/* XXX destroy_all_dialogs(); */
-
-	gaim_blist_destroy();
-
-	/* XXX show_login(); */
 }
 
 /*