summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-01 19:10:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-01 19:10:28 +0300
commiteb7382cbe4c699a907ced9f2a0e6631381e74673 (patch)
tree92164dfc4b3cf02a9a2ed1554743880e2ce8607e /src/net/tmwa
parent3c39535b77209f4afda43b689999a7e61a1e163b (diff)
downloadplus-eb7382cbe4c699a907ced9f2a0e6631381e74673.tar.gz
plus-eb7382cbe4c699a907ced9f2a0e6631381e74673.tar.bz2
plus-eb7382cbe4c699a907ced9f2a0e6631381e74673.tar.xz
plus-eb7382cbe4c699a907ced9f2a0e6631381e74673.zip
Remove ServerFeatures haveNpcWhispers because it depend only on server type.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/serverfeatures.cpp5
-rw-r--r--src/net/tmwa/serverfeatures.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index ba0d5f438..b1a9c3feb 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -109,11 +109,6 @@ bool ServerFeatures::haveJoinChannel() const
return false;
}
-bool ServerFeatures::haveNpcWhispers() const
-{
- return false;
-}
-
bool ServerFeatures::haveCreateCharGender() const
{
return tmwServerVersion > 0x0f0b17;
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h
index 727a55a5c..0fef3ce70 100644
--- a/src/net/tmwa/serverfeatures.h
+++ b/src/net/tmwa/serverfeatures.h
@@ -64,8 +64,6 @@ class ServerFeatures final : public Net::ServerFeatures
bool haveJoinChannel() const override final A_CONST;
- bool haveNpcWhispers() const override final A_CONST;
-
bool haveCreateCharGender() const override final;
bool haveAttackDirections() const override final A_CONST;