summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/serverfeatures.cpp5
-rw-r--r--src/net/tmwa/serverfeatures.h2
2 files changed, 0 insertions, 7 deletions
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;
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h
index 2c8165865..bdbaefd9d 100644
--- a/src/net/tmwa/serverfeatures.h
+++ b/src/net/tmwa/serverfeatures.h
@@ -38,8 +38,6 @@ class ServerFeatures final : public Net::ServerFeatures
bool havePartyNickInvite() const override final A_CONST;
- bool haveChangePartyLeader() const override final A_CONST;
-
bool haveServerHp() const override final;
bool havePlayerStatusUpdate() const override final A_CONST;