summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-24 22:18:54 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-24 22:18:54 +0300
commit7ac081450de48581d6141c90f504130c42cb5341 (patch)
treef9d3f13e38621553ac72566405801db1744cd3bc /src/net/tmwa/buysellhandler.h
parent699835e4664fd4e22d7178b40897e0fd4b366a93 (diff)
downloadplus-7ac081450de48581d6141c90f504130c42cb5341.tar.gz
plus-7ac081450de48581d6141c90f504130c42cb5341.tar.bz2
plus-7ac081450de48581d6141c90f504130c42cb5341.tar.xz
plus-7ac081450de48581d6141c90f504130c42cb5341.zip
Move receive code from buysellhandler into separate file.
Diffstat (limited to 'src/net/tmwa/buysellhandler.h')
-rw-r--r--src/net/tmwa/buysellhandler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/tmwa/buysellhandler.h b/src/net/tmwa/buysellhandler.h
index 6547ef05b..d02497a1d 100644
--- a/src/net/tmwa/buysellhandler.h
+++ b/src/net/tmwa/buysellhandler.h
@@ -54,11 +54,6 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler
const int amount) const override final;
void close() const override final;
-
- protected:
- static void processNpcBuy(Net::MessageIn &msg);
-
- static void processNpcSellResponse(Net::MessageIn &msg);
};
} // namespace TmwAthena