console/gntgaim.c

changeset 14336
f6d0cb054557
parent 14318
07aba2cdc261
child 14413
bd998fe17d82
--- a/console/gntgaim.c	Mon Aug 21 21:35:38 2006 +0000
+++ b/console/gntgaim.c	Mon Aug 21 22:08:19 2006 +0000
@@ -153,7 +153,6 @@
 		       "  -v, --version       display the current version and exit\n"), VERSION, name);
 	}
 
-	gnt_quit();
 	gaim_print_utf8_to_console(stdout, text);
 	g_free(text);
 }
@@ -305,8 +304,6 @@
 	/* XXX: Don't puke */
 	freopen(".error", "w", stderr);
 
-	gnt_init();
-
 	/* Initialize the libgaim stuff */
 	if (!init_libgaim(argc, argv))
 		return 0;

mercurial