From 547f9373fe4cda601e53759500d189dd580a0d78 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 14 Dec 2005 12:15:04 +0100 Subject: Remove statement that couldn't be executed anyway --- account.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/account.c b/account.c index c1e25a06..ed6b98c0 100644 --- a/account.c +++ b/account.c @@ -123,12 +123,6 @@ void account_on( irc_t *irc, account_t *a ) return; } - if (a->prpl == NULL ) - { - irc_usermsg( irc, "Support for protocol %s is not included in this BitlBee", a->prpl->name ); - return; - } - cancel_auto_reconnect( a ); u = g_new0 ( struct aim_user, 1 ); -- cgit v1.2.3