diff -r 41392e8b6f57 -r 8e2d5ba69459 src/aim.c --- 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() {