summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-05-13 21:33:30 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-05-13 21:33:30 (GMT)
commit7a4a9e1ed5733a6517124edf3c4bd55e87188dde (patch)
tree3ee63e25b792762af252d932da1bd8e40263b984 /Swiften/AdHoc/OutgoingAdHocCommandSession.cpp
parent0b9db0c080dbfeef6d209544afcc120712ab445e (diff)
downloadswift-7a4a9e1ed5733a6517124edf3c4bd55e87188dde.zip
swift-7a4a9e1ed5733a6517124edf3c4bd55e87188dde.tar.bz2
Remove dead UI reference from Swiften
Diffstat (limited to 'Swiften/AdHoc/OutgoingAdHocCommandSession.cpp')
-rw-r--r--Swiften/AdHoc/OutgoingAdHocCommandSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/AdHoc/OutgoingAdHocCommandSession.cpp b/Swiften/AdHoc/OutgoingAdHocCommandSession.cpp
index da7f042..758b5e7 100644
--- a/Swiften/AdHoc/OutgoingAdHocCommandSession.cpp
+++ b/Swiften/AdHoc/OutgoingAdHocCommandSession.cpp
@@ -11,7 +11,7 @@
#include <Swiften/Queries/GenericRequest.h>
namespace Swift {
-OutgoingAdHocCommandSession::OutgoingAdHocCommandSession(const DiscoItems::Item& command, AdHocCommandWindowFactory* /*factory*/, IQRouter* iqRouter) : command_(command), iqRouter_(iqRouter), isMultiStage_(false) {
+OutgoingAdHocCommandSession::OutgoingAdHocCommandSession(const DiscoItems::Item& command, IQRouter* iqRouter) : command_(command), iqRouter_(iqRouter), isMultiStage_(false) {
}