summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-01 21:34:57 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-01 21:34:57 +0300
commit348f7d0a0bc6142dbdcacddbca5b9003d5c25705 (patch)
treef0b6271868701497a9d85db5b3917983ea1e9523 /src/net/tmwa/serverfeatures.cpp
parenta12cecc9df169c16959ea3ddf3e22351e8248215 (diff)
downloadplus-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.gz
plus-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.bz2
plus-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.xz
plus-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.zip
Remove ServerFeatures haveTeamId because it used only in tmwa.
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 e7e523be6..59f5bbe98 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -129,11 +129,6 @@ bool ServerFeatures::haveServerWarpNames() const
return false;
}
-bool ServerFeatures::haveTeamId() const
-{
- return true;
-}
-
bool ServerFeatures::haveExtendedRiding() const
{
return false;