diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-01 18:20:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-01 18:20:08 +0300 |
commit | 7a79a5fb19b07fe29112d28b8d74924e68aa007e (patch) | |
tree | 13fb4fb88157e27aae0928ad539a27fb6026cfcf /src/net/ea/buysellhandler.h | |
parent | a91716af879291415679c807f6d2563fc078fdff (diff) | |
download | plus-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.gz plus-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.bz2 plus-7a79a5fb19b07fe29112d28b8d74924e68aa007e.tar.xz plus-7a79a5fb19b07fe29112d28b8d74924e68aa007e.zip |
Move sendSellRequest from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/ea/buysellhandler.h')
-rw-r--r-- | src/net/ea/buysellhandler.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h index bc5b2f395..e972b1208 100644 --- a/src/net/ea/buysellhandler.h +++ b/src/net/ea/buysellhandler.h @@ -37,10 +37,6 @@ class BuySellHandler notfinal : public Net::BuySellHandler A_DELETE_COPY(BuySellHandler) - virtual void sendSellRequest(const std::string &nick, - const ShopItem *const item, - const int amount) const override final; - protected: static void processNpcBuySellChoice(Net::MessageIn &msg); |