diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-20 18:02:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-20 18:02:12 +0300 |
commit | ea6ec430fe08e78ff88bc5021936a0f3655685a2 (patch) | |
tree | 40d964a84561963d5c1d40d8f1edcd2802bf27fc /src/net/serverfeatures.h | |
parent | 4edf9cac82776c5333afaa647f7a982383837406 (diff) | |
download | plus-ea6ec430fe08e78ff88bc5021936a0f3655685a2.tar.gz plus-ea6ec430fe08e78ff88bc5021936a0f3655685a2.tar.bz2 plus-ea6ec430fe08e78ff88bc5021936a0f3655685a2.tar.xz plus-ea6ec430fe08e78ff88bc5021936a0f3655685a2.zip |
Remove unused server feature haveSpecialChatChannels.
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 881503005..28ea97782 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -55,8 +55,6 @@ class ServerFeatures notfinal virtual bool haveLookSelection() const = 0; - virtual bool haveSpecialChatChannels() const = 0; - virtual bool haveChatChannels() const = 0; virtual bool haveServerIgnore() const = 0; |