Mercurial > pidgin
changeset 11328:b8c93c40ee2e
[gaim-migrate @ 13540]
Remove two function declarations for ghostly functions.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 23 Aug 2005 03:56:35 +0000 |
parents | 1696caba7db2 |
children | f93d434ee222 |
files | src/account.h src/conversation.h src/dbus-analyze-functions.py |
diffstat | 3 files changed, 1 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/src/account.h Mon Aug 22 22:40:22 2005 +0000 +++ b/src/account.h Tue Aug 23 03:56:35 2005 +0000 @@ -690,14 +690,6 @@ /*@{*/ /** - * Loads the accounts. - * - * @return TRUE if accounts.xml was loaded successfully. Otherwise - * FALSE is returned. - */ -gboolean gaim_accounts_load(); - -/** * Adds an account to the list of accounts. * * @param account The account.
--- a/src/conversation.h Mon Aug 22 22:40:22 2005 +0000 +++ b/src/conversation.h Tue Aug 23 03:56:35 2005 +0000 @@ -1434,16 +1434,6 @@ */ GaimConvPlacementFunc gaim_conv_placement_get_current_func(void); -/** - * Returns the id of the specified conversation placement function. - * - * @param fnc A pointer to the registered function. - * - * @return The id of the conversation, or NULL if the function is not - * registered. - */ -const char *gaim_conv_placement_get_fnc_id(GaimConvPlacementFunc fnc); - /*@}*/ /**************************************************************************/
--- a/src/dbus-analyze-functions.py Mon Aug 22 22:40:22 2005 +0000 +++ b/src/dbus-analyze-functions.py Tue Aug 23 03:56:35 2005 +0000 @@ -35,8 +35,7 @@ # functions that shouldn't be exported -excluded = ["gaim_accounts_load", "gaim_account_set_presence", - "gaim_conv_placement_get_fnc_id", "gaim_conv_placement_add_fnc", +excluded = ["gaim_conv_placement_add_fnc", "gaim_presence_add_list"] stringlists = []