From 64d7a4c79f5053a178774a624968fd2d87549e22 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Jun 2015 21:29:16 +0300 Subject: Remove useless parameter from PartyHandler::inviteResponse. --- src/gui/windows/socialwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/socialwindow.cpp') diff --git a/src/gui/windows/socialwindow.cpp b/src/gui/windows/socialwindow.cpp index a8584d643..03626325b 100644 --- a/src/gui/windows/socialwindow.cpp +++ b/src/gui/windows/socialwindow.cpp @@ -270,7 +270,7 @@ void SocialWindow::action(const ActionEvent &event) mPartyInviter.c_str()), ChatMsgType::BY_SERVER); } - partyHandler->inviteResponse(mPartyInviter, mPartyId, true); + partyHandler->inviteResponse(mPartyId, true); } else if (eventId == "no") { @@ -282,7 +282,7 @@ void SocialWindow::action(const ActionEvent &event) mPartyInviter.c_str()), ChatMsgType::BY_SERVER); } - partyHandler->inviteResponse(mPartyInviter, mPartyId, false); + partyHandler->inviteResponse(mPartyId, false); } mPartyInviter.clear(); -- cgit v1.2.3-60-g2f50