summaryrefslogtreecommitdiff
path: root/src/net/ea/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-23 17:47:32 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-23 19:46:21 +0300
commitdbe86f9d3ef6b54f8ab5036897f6b281c8b07ad7 (patch)
tree2bce4509e106fa28eea9668256b91a53dea7ee0b /src/net/ea/npchandler.cpp
parent80542aec861dd9ea5a7902d1f5c227fa7801bd14 (diff)
downloadplus-dbe86f9d3ef6b54f8ab5036897f6b281c8b07ad7.tar.gz
plus-dbe86f9d3ef6b54f8ab5036897f6b281c8b07ad7.tar.bz2
plus-dbe86f9d3ef6b54f8ab5036897f6b281c8b07ad7.tar.xz
plus-dbe86f9d3ef6b54f8ab5036897f6b281c8b07ad7.zip
Remove unused function sendLetter from npchandler.
Diffstat (limited to 'src/net/ea/npchandler.cpp')
-rw-r--r--src/net/ea/npchandler.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/ea/npchandler.cpp b/src/net/ea/npchandler.cpp
index 66ad24b43..3014df37e 100644
--- a/src/net/ea/npchandler.cpp
+++ b/src/net/ea/npchandler.cpp
@@ -42,12 +42,6 @@ NpcHandler::NpcHandler()
mRequestLang = false;
}
-void NpcHandler::sendLetter(const int npcId A_UNUSED,
- const std::string &recipient A_UNUSED,
- const std::string &text A_UNUSED) const
-{
-}
-
void NpcHandler::startShopping(const int beingId A_UNUSED) const
{
}