diff options
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; |