summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-01 21:17:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-01 21:17:28 +0300
commite82f8ed2976b6b6412ab66329e0794225e2030e7 (patch)
treef0dbea61e6aa58edb0f16705612744880b4586c9 /src/net/tmwa/serverfeatures.cpp
parentf16af47bd98f865193fcea1bbd9507904e2b20af (diff)
downloadplus-e82f8ed2976b6b6412ab66329e0794225e2030e7.tar.gz
plus-e82f8ed2976b6b6412ab66329e0794225e2030e7.tar.bz2
plus-e82f8ed2976b6b6412ab66329e0794225e2030e7.tar.xz
plus-e82f8ed2976b6b6412ab66329e0794225e2030e7.zip
Remove ServerFeatures haveCards because it depend only on server type.
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 47f4ea4a6..c006a691d 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -114,11 +114,6 @@ bool ServerFeatures::haveCreateCharGender() const
return tmwServerVersion > 0x0f0b17;
}
-bool ServerFeatures::haveCards() const
-{
- return false;
-}
-
bool ServerFeatures::haveTalkPet() const
{
return true;