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 18cc10c42..2262f2dcc 100644 --- a/src/net/serverfeatures.h +++ b/src/net/serverfeatures.h @@ -38,8 +38,6 @@ class ServerFeatures notfinal virtual bool haveServerOnlineList() const = 0; - virtual bool havePartyNickInvite() const = 0; - virtual bool haveServerHp() const = 0; virtual bool havePlayerStatusUpdate() const = 0; |