diff -r b562875fcf54 -r f80a806325a4 pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Thu Oct 24 16:05:33 2013 +0530 +++ b/pidgin/gtkaccount.c Thu Oct 24 16:34:34 2013 +0530 @@ -165,10 +165,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 **************************************************************************/ @@ -2904,10 +2900,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 };