diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-01 01:24:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-01 02:37:10 +0300 |
commit | d8e382e49317adf9717d83509c6975f8958f5043 (patch) | |
tree | 3d25ad19a422932b22a32ee26be6f5ff69d8db4b /src/net/tmwa/serverfeatures.h | |
parent | 8076d645b7a4271b9b5f100f5ea881891fea7d7c (diff) | |
download | ManaVerse-d8e382e49317adf9717d83509c6975f8958f5043.tar.gz ManaVerse-d8e382e49317adf9717d83509c6975f8958f5043.tar.bz2 ManaVerse-d8e382e49317adf9717d83509c6975f8958f5043.tar.xz ManaVerse-d8e382e49317adf9717d83509c6975f8958f5043.zip |
Remove ServerFeatures haveServerIgnore because it was used only in tmwa.
Diffstat (limited to 'src/net/tmwa/serverfeatures.h')
-rw-r--r-- | src/net/tmwa/serverfeatures.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h index a252f3f61..c23b45f11 100644 --- a/src/net/tmwa/serverfeatures.h +++ b/src/net/tmwa/serverfeatures.h @@ -46,8 +46,6 @@ class ServerFeatures final : public Net::ServerFeatures bool haveLookSelection() const override final A_CONST; - bool haveServerIgnore() const override final; - bool haveMove3() const override final; bool haveItemColors() const override final A_CONST; |