From 2d07e4b837ee631a73dd2319f9bec9429556ed0a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 May 2017 00:43:42 +0300 Subject: Remove ServerFeatures havePartyNickInvite, because it depend only on server type. --- src/net/tmwa/serverfeatures.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/net/tmwa/serverfeatures.cpp') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 40e51e30e..a413e2f19 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -39,11 +39,6 @@ bool ServerFeatures::haveServerOnlineList() const return false; } -bool ServerFeatures::havePartyNickInvite() const -{ - return false; -} - bool ServerFeatures::haveServerHp() const { return tmwServerVersion > 0x0f0513; -- cgit v1.2.3-70-g09d2