diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-01 01:22:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-01 02:37:10 +0300 |
commit | 8076d645b7a4271b9b5f100f5ea881891fea7d7c (patch) | |
tree | fecf49e032f39799a7f26fc069e13a06efe094af /src/net/serverfeatures.h | |
parent | 21244eb0c558f5d33c9a07f28a5660690c77ef19 (diff) | |
download | mv-8076d645b7a4271b9b5f100f5ea881891fea7d7c.tar.gz mv-8076d645b7a4271b9b5f100f5ea881891fea7d7c.tar.bz2 mv-8076d645b7a4271b9b5f100f5ea881891fea7d7c.tar.xz mv-8076d645b7a4271b9b5f100f5ea881891fea7d7c.zip |
Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.
Diffstat (limited to 'src/net/serverfeatures.h')
-rw-r--r-- | src/net/serverfeatures.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/serverfeatures.h b/src/net/serverfeatures.h index 009c5cee1..2755efbaa 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -42,16 +42,12 @@ class ServerFeatures notfinal virtual bool havePlayerStatusUpdate() const = 0; - virtual bool haveNativeGuilds() const = 0; - virtual bool haveIncompleteChatMessages() const = 0; virtual bool haveRaceSelection() const = 0; virtual bool haveLookSelection() const = 0; - virtual bool haveChatChannels() const = 0; - virtual bool haveServerIgnore() const = 0; virtual bool haveMove3() const = 0; |