diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 18:38:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 18:38:32 +0300 |
commit | 35d57a3a16ad548b02aba48297160c4d8b32df4c (patch) | |
tree | b87b10f162b94101caa25f9c5aee76965ca0f09b /src/net/eathena/partyhandler.h | |
parent | 041d2bcfc1d66090f2f5c21db03eaafca35add46 (diff) | |
download | plus-35d57a3a16ad548b02aba48297160c4d8b32df4c.tar.gz plus-35d57a3a16ad548b02aba48297160c4d8b32df4c.tar.bz2 plus-35d57a3a16ad548b02aba48297160c4d8b32df4c.tar.xz plus-35d57a3a16ad548b02aba48297160c4d8b32df4c.zip |
Remove party invite function by being object.
Diffstat (limited to 'src/net/eathena/partyhandler.h')
-rw-r--r-- | src/net/eathena/partyhandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/partyhandler.h b/src/net/eathena/partyhandler.h index 35693af89..5db8a505e 100644 --- a/src/net/eathena/partyhandler.h +++ b/src/net/eathena/partyhandler.h @@ -42,8 +42,6 @@ class PartyHandler final : public MessageHandler, public Ea::PartyHandler void create(const std::string &name) const override final; - void invite(const Being *const being) const override final; - void invite(const std::string &name) const override final; void inviteResponse(const std::string &inviter, |