diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-13 09:30:11 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-13 09:30:11 +0200 |
commit | c99af3a10749850864e230b660060f6a0719925a (patch) | |
tree | db1334ffeee5c8e9adcf07ce9c4c57a13d4cb43f /protocols/nogaim.c | |
parent | 88b3a0738032596d74cb98ee6cdc8feab4b50d30 (diff) |
Removed account_offline(), we have signoff() already.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r-- | protocols/nogaim.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 72b4389c..73d1da92 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -388,12 +388,6 @@ void cancel_auto_reconnect( account_t *a ) a->reconnect = 0; } -void account_offline( struct gaim_connection *gc ) -{ - gc->wants_to_die = TRUE; - signoff( gc ); -} - void signoff( struct gaim_connection *gc ) { irc_t *irc = gc->irc; |