From dbe86f9d3ef6b54f8ab5036897f6b281c8b07ad7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 23 Oct 2014 17:47:32 +0300 Subject: Remove unused function sendLetter from npchandler. --- src/gui/windows/npcpostdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/windows') diff --git a/src/gui/windows/npcpostdialog.cpp b/src/gui/windows/npcpostdialog.cpp index fefa8103f..1adf01309 100644 --- a/src/gui/windows/npcpostdialog.cpp +++ b/src/gui/windows/npcpostdialog.cpp @@ -118,9 +118,9 @@ void NpcPostDialog::action(const ActionEvent &event) } else { - npcHandler->sendLetter(mNpcId, - mSender->getText(), - mText->getText()); +// npcHandler->sendLetter(mNpcId, +// mSender->getText(), +// mText->getText()); } setVisible(false); } -- cgit v1.2.3-70-g09d2