From 8076d645b7a4271b9b5f100f5ea881891fea7d7c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 May 2017 01:22:28 +0300 Subject: Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels. --- src/net/tmwa/serverfeatures.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/net/tmwa/serverfeatures.cpp') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 8cd73884c..1363ac507 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -49,11 +49,6 @@ bool ServerFeatures::havePlayerStatusUpdate() const return false; } -bool ServerFeatures::haveNativeGuilds() const -{ - return false; -} - bool ServerFeatures::haveIncompleteChatMessages() const { return tmwServerVersion <= 0x100209; @@ -69,11 +64,6 @@ bool ServerFeatures::haveLookSelection() const return false; } -bool ServerFeatures::haveChatChannels() const -{ - return false; -} - bool ServerFeatures::haveServerIgnore() const { return false; -- cgit v1.2.3-70-g09d2