From 79c393ec76891a806a69aad6782338875368e535 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 May 2017 00:37:40 +0300 Subject: Remove ServerFeatures haveChangePartyLeader 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 0dd3f2a0a..40e51e30e 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -44,11 +44,6 @@ bool ServerFeatures::havePartyNickInvite() const return false; } -bool ServerFeatures::haveChangePartyLeader() const -{ - return false; -} - bool ServerFeatures::haveServerHp() const { return tmwServerVersion > 0x0f0513; -- cgit v1.2.3-70-g09d2