diff options
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r-- | src/net/ea/npchandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index 901ee9148..c43b73592 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -42,9 +42,6 @@ class NpcHandler notfinal : public Net::NpcHandler public: A_DELETE_COPY(NpcHandler) - void sendLetter(const int npcId, const std::string &recipient, - const std::string &text) const override final; - void startShopping(const int beingId) const override final; void endShopping(const int beingId) const override final; |