pidgin/gtkaccount.c

branch
soc.2013.gobjectification.plugins
changeset 36928
ae920fa34143
parent 36848
7fafdda14844
parent 35040
f80a806325a4
child 37038
8832d14d7d0c
--- 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
 };
 

mercurial