diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-01 18:45:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-01 18:45:23 +0300 |
commit | 24b60886fd34770af1b97a36df72c58c4f73539f (patch) | |
tree | 83081e9eac30254149eb53f2dd9b07778a95c34b /src/net/tmwa | |
parent | 89bc2ec72aa3713fc5a02ec1fcc4ea826043e9c3 (diff) | |
download | plus-24b60886fd34770af1b97a36df72c58c4f73539f.tar.gz plus-24b60886fd34770af1b97a36df72c58c4f73539f.tar.bz2 plus-24b60886fd34770af1b97a36df72c58c4f73539f.tar.xz plus-24b60886fd34770af1b97a36df72c58c4f73539f.zip |
Remove ServerFeatures haveCharRename because it depend only on server type.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/serverfeatures.cpp | 5 | ||||
-rw-r--r-- | src/net/tmwa/serverfeatures.h | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index bf0f370b1..8e1453c9d 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -89,11 +89,6 @@ bool ServerFeatures::haveEmailOnDelete() const return false; } -bool ServerFeatures::haveCharRename() const -{ - return false; -} - bool ServerFeatures::haveBankApi() const { return false; diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h index b21faf69a..edf3c2864 100644 --- a/src/net/tmwa/serverfeatures.h +++ b/src/net/tmwa/serverfeatures.h @@ -56,8 +56,6 @@ class ServerFeatures final : public Net::ServerFeatures bool haveEmailOnDelete() const override final A_CONST; - bool haveCharRename() const override final A_CONST; - bool haveBankApi() const override final A_CONST; bool haveServerVersion() const override final A_CONST; |