summaryrefslogtreecommitdiff
path: root/src/net/ea/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-23 17:50:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-23 19:46:21 +0300
commit832f7a39b3c5e29cdd95dc93b7b18d1ecb7e7ff8 (patch)
treefe26f5f3a22dc6502ccce86f5a509c126300500f /src/net/ea/npchandler.h
parentdbe86f9d3ef6b54f8ab5036897f6b281c8b07ad7 (diff)
downloadplus-832f7a39b3c5e29cdd95dc93b7b18d1ecb7e7ff8.tar.gz
plus-832f7a39b3c5e29cdd95dc93b7b18d1ecb7e7ff8.tar.bz2
plus-832f7a39b3c5e29cdd95dc93b7b18d1ecb7e7ff8.tar.xz
plus-832f7a39b3c5e29cdd95dc93b7b18d1ecb7e7ff8.zip
Remove unused functions startShopping and endShopping from npchandler.
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r--src/net/ea/npchandler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h
index c43b73592..08c5727f2 100644
--- a/src/net/ea/npchandler.h
+++ b/src/net/ea/npchandler.h
@@ -42,10 +42,6 @@ class NpcHandler notfinal : public Net::NpcHandler
public:
A_DELETE_COPY(NpcHandler)
- void startShopping(const int beingId) const override final;
-
- void endShopping(const int beingId) const override final;
-
static void processNpcChoice(Net::MessageIn &msg);
static void processNpcMessage(Net::MessageIn &msg);