~singpolyma/biboumi

5db063781032fb4ae9c823737636c1240b67d111 — Florent Le Coz 9 years ago 1c43c3a
Remove an unused parameter
1 files changed, 1 insertions(+), 1 deletions(-)

M src/xmpp/adhoc_command.cpp
M src/xmpp/adhoc_command.cpp => src/xmpp/adhoc_command.cpp +1 -1
@@ 200,7 200,7 @@ void DisconnectUserStep2(XmppComponent* xmpp_component, AdhocSession& session, X
  session.terminate();
}

void Reload(XmppComponent*, AdhocSession& session, XmlNode& command_node)
void Reload(XmppComponent*, AdhocSession&, XmlNode& command_node)
{
  ::reload_process();
  command_node.delete_all_children();