# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1428084815 -3600
# Node ID 5d2346e7271670f2e3f983e4f9972ee7243bfe12
# Parent  8e4572a642cb8650af3db19dc56f5db173c5f767
rostermanager: Remove unused parameter

diff -r 8e4572a642cb -r 5d2346e72716 core/rostermanager.lua
--- a/core/rostermanager.lua	Fri Apr 03 19:52:48 2015 +0200
+++ b/core/rostermanager.lua	Fri Apr 03 19:13:35 2015 +0100
@@ -227,7 +227,7 @@
 	local roster = load_roster(username, host);
 	return roster[false].pending[jid];
 end
-function set_contact_pending_in(username, host, jid, pending)
+function set_contact_pending_in(username, host, jid)
 	local roster = load_roster(username, host);
 	local item = roster[jid];
 	if item and (item.subscription == "from" or item.subscription == "both") then