diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-02-26 02:30:23 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-02-26 02:30:23 +0100 |
commit | 5db063781032fb4ae9c823737636c1240b67d111 (patch) | |
tree | fd1b78df9bd0a4e8bc650f69ff1ab89e4315d572 /src | |
parent | 1c43c3af4cbefcd482f4145ee3d7553631a7485d (diff) | |
download | biboumi-5db063781032fb4ae9c823737636c1240b67d111.tar.gz biboumi-5db063781032fb4ae9c823737636c1240b67d111.tar.bz2 biboumi-5db063781032fb4ae9c823737636c1240b67d111.tar.xz biboumi-5db063781032fb4ae9c823737636c1240b67d111.zip |
Remove an unused parameter
Diffstat (limited to 'src')
-rw-r--r-- | src/xmpp/adhoc_command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/adhoc_command.cpp b/src/xmpp/adhoc_command.cpp index c20976a..c4e8a44 100644 --- a/src/xmpp/adhoc_command.cpp +++ b/src/xmpp/adhoc_command.cpp @@ -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(); |