From 9233c3936657f6dc4ca9c73d84ea8c045b3fc09d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Jun 2013 00:43:25 +0300 Subject: move npc dialogs array from netcode. --- src/net/ea/npchandler.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/net/ea/npchandler.h') diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index 9fe07f531..9c50b8c50 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -48,8 +48,6 @@ class NpcHandler : public Net::NpcHandler void endShopping(int beingId) const override; - void clearDialogs() override; - virtual int getNpc(Net::MessageIn &msg, bool haveLength) A_WARN_UNUSED = 0; @@ -66,8 +64,6 @@ class NpcHandler : public Net::NpcHandler void processNpcStrInput(Net::MessageIn &msg); protected: - typedef std::map NpcDialogs; - NpcDialogs mNpcDialogs; NpcDialog *mDialog; }; -- cgit v1.2.3-60-g2f50