src/buddy.c

changeset 4082
0cb2b86d19b4
parent 4074
c69100a0ede9
child 4108
5aefadf1021b
--- a/src/buddy.c	Mon Dec 16 00:19:44 2002 +0000
+++ b/src/buddy.c	Mon Dec 16 03:58:54 2002 +0000
@@ -1410,26 +1410,6 @@
 	show_import_dialog();
 }
 
-void do_quit()
-{
-	/* first we tell those who have requested it we're quitting */
-	plugin_event(event_quit);
-
-	signoff_all();
-#ifdef GAIM_PLUGINS
-	/* then we remove everyone in a mass suicide */
-	remove_all_plugins();
-#endif
-	system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON);
-#ifdef USE_PERL
-	perl_end();
-#endif
-
-	save_prefs();
-
-	gtk_main_quit();
-}
-
 void add_buddy_callback(GtkWidget *widget, void *dummy)
 {
 	char *grp = NULL;

mercurial