diff src/account.h @ 5879:d58406d31a1a

[gaim-migrate @ 6311] Too many things can go wrong with gaim_accounts_get_active(), so I'm taking it out and modifying the accounts drop-down box to just use gaim_connections_get_all() instead. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 04:58:09 +0000
parents f336fc0a7b8b
children a4f2aba0848d
line wrap: on
line diff
--- a/src/account.h	Sun Jun 15 03:22:55 2003 +0000
+++ b/src/account.h	Sun Jun 15 04:58:09 2003 +0000
@@ -492,13 +492,6 @@
 GList *gaim_accounts_get_all(void);
 
 /**
- * Returns a list of all active accounts.
- *
- * @return A list of all accounts.
- */
-GList *gaim_accounts_get_active(void);
-
-/**
  * Finds an account with the specified name and protocol.
  *
  * @param name     The account username.