diff src/aim.c @ 988:9523b772e546

[gaim-migrate @ 998] progress meters for signing in. UI should be changed but at least there's something there now committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Oct 2000 19:56:11 +0000
parents 7e231bc0018a
children bd8eb3efe14e
line wrap: on
line diff
--- a/src/aim.c	Fri Oct 13 18:55:04 2000 +0000
+++ b/src/aim.c	Fri Oct 13 19:56:11 2000 +0000
@@ -108,13 +108,6 @@
 #endif /* USE_APPLET */
 }
 
-void hide_login_progress(char *name, char *why)
-{
-	char buf[2048];
-	sprintf(buf, _("%s was unable to sign on: %s"), name, why);
-	do_error_dialog(buf, _("Signon Error"));
-}
-
 static int snd_tmout;
 int logins_not_muted = 1;
 static void sound_timeout() {