# HG changeset patch # User Mark Doliner # Date 1124769395 0 # Node ID b8c93c40ee2eac7ea1f5839adb30e7b1ef7b5653 # Parent 1696caba7db2e3d002b710258e8f0a1fbaaf98cf [gaim-migrate @ 13540] Remove two function declarations for ghostly functions. committer: Tailor Script diff -r 1696caba7db2 -r b8c93c40ee2e src/account.h --- 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. diff -r 1696caba7db2 -r b8c93c40ee2e src/conversation.h --- 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); - /*@}*/ /**************************************************************************/ diff -r 1696caba7db2 -r b8c93c40ee2e src/dbus-analyze-functions.py --- 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 = []