diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-01 21:34:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-01 21:34:57 +0300 |
commit | 348f7d0a0bc6142dbdcacddbca5b9003d5c25705 (patch) | |
tree | f0b6271868701497a9d85db5b3917983ea1e9523 /src/net/serverfeatures.h | |
parent | a12cecc9df169c16959ea3ddf3e22351e8248215 (diff) | |
download | plus-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/serverfeatures.h')
-rw-r--r-- | src/net/serverfeatures.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/serverfeatures.h b/src/net/serverfeatures.h index 7b1fab08a..69d5fa5cf 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -74,8 +74,6 @@ class ServerFeatures notfinal virtual bool haveServerWarpNames() const = 0; - virtual bool haveTeamId() const = 0; - virtual bool haveExtendedRiding() const = 0; virtual bool haveAdvancedBuySell() const = 0; |