summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-01 18:02:17 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-01 18:02:17 +0300
commitbfa0ffd5db38174555992c4a21274be41aad753f (patch)
tree8fc6464790470b62d2f21cedbed2cf9e732d8d70 /src/net/tmwa/serverfeatures.cpp
parent87918db755040bb693cb286d8fb0bcfd97d761af (diff)
downloadplus-bfa0ffd5db38174555992c4a21274be41aad753f.tar.gz
plus-bfa0ffd5db38174555992c4a21274be41aad753f.tar.bz2
plus-bfa0ffd5db38174555992c4a21274be41aad753f.tar.xz
plus-bfa0ffd5db38174555992c4a21274be41aad753f.zip
Remove ServerFeatures haveAccountOtherGender because it always false.
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r--src/net/tmwa/serverfeatures.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index c56b2f31b..d0221d383 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -69,11 +69,6 @@ bool ServerFeatures::haveMove3() const
return tmwServerVersion >= 0x0f0512 && tmwServerVersion <= 0xf0706;
}
-bool ServerFeatures::haveAccountOtherGender() const
-{
- return false;
-}
-
bool ServerFeatures::haveCharOtherGender() const
{
return tmwServerVersion > 0x0f0b17;