summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/jabber.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/protocols/jabber/jabber.c')
-rw-r--r--libpurple/protocols/jabber/jabber.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libpurple/protocols/jabber/jabber.c b/libpurple/protocols/jabber/jabber.c
index 8a224fff57..1f1318a065 100644
--- a/libpurple/protocols/jabber/jabber.c
+++ b/libpurple/protocols/jabber/jabber.c
@@ -1877,10 +1877,6 @@ static void jabber_blocklist_parse(JabberStream *js, const char *from,
if (type == JABBER_IQ_ERROR || blocklist == NULL)
return;
- /* This is the only privacy method supported by XEP-0191 */
- if (account->perm_deny != PURPLE_PRIVACY_DENY_USERS)
- account->perm_deny = PURPLE_PRIVACY_DENY_USERS;
-
/*
* TODO: When account->deny is something more than a hash table, this can
* be re-written to find the set intersection and difference.