diff options
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index 5792bedac..fd2a67fa7 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -44,9 +44,6 @@ class ChatHandler notfinal : public Net::ChatHandler A_DELETE_COPY(ChatHandler) - void talkPet(const std::string &restrict text, - const std::string &restrict channel) const override final; - void me(const std::string &restrict text, const std::string &restrict channel) const override final; |