--- a/pidgin/gtkaccount.c Thu Oct 24 04:22:27 2013 +0530 +++ b/pidgin/gtkaccount.c Thu Oct 24 18:21:35 2013 +0530 @@ -164,10 +164,6 @@ static void set_account(GtkListStore *store, GtkTreeIter *iter, PurpleAccount *account, GdkPixbuf *global_buddyicon); -/* privacy UI ops */ -void pidgin_permit_added_removed(PurpleAccount *account, const char *name); -void pidgin_deny_added_removed(PurpleAccount *account, const char *name); - /************************************************************************** * Add/Modify Account dialog **************************************************************************/ @@ -2908,10 +2904,10 @@ pidgin_accounts_request_add, pidgin_accounts_request_authorization, pidgin_accounts_request_close, - pidgin_permit_added_removed, - pidgin_permit_added_removed, - pidgin_deny_added_removed, - pidgin_deny_added_removed, + NULL, + NULL, + NULL, + NULL, NULL, NULL, NULL, NULL };