summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-22 20:12:44 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-22 20:12:44 +0300
commit17e9519c2ee0b126db5ba1df61dcddf9f7b90b47 (patch)
treea0fd7d9fb11e1922f412b54fbcff0a8ce9ae8698 /src/net/tmwa/beinghandler.cpp
parent7caa4b48dd0d8ba320b3af2e77c15ecd49d06b58 (diff)
downloadplus-17e9519c2ee0b126db5ba1df61dcddf9f7b90b47.tar.gz
plus-17e9519c2ee0b126db5ba1df61dcddf9f7b90b47.tar.bz2
plus-17e9519c2ee0b126db5ba1df61dcddf9f7b90b47.tar.xz
plus-17e9519c2ee0b126db5ba1df61dcddf9f7b90b47.zip
Move requestCheckName from BeingHandler into Mail2Handler.
Diffstat (limited to 'src/net/tmwa/beinghandler.cpp')
-rw-r--r--src/net/tmwa/beinghandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp
index 74b0334fd..c4e57627e 100644
--- a/src/net/tmwa/beinghandler.cpp
+++ b/src/net/tmwa/beinghandler.cpp
@@ -71,8 +71,4 @@ void BeingHandler::requestNameByCharId(const int id A_UNUSED) const
{
}
-void BeingHandler::requestCheckName(const std::string &name A_UNUSED) const
-{
-}
-
} // namespace TmwAthena