diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-01 17:59:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-01 17:59:15 +0300 |
commit | c735249c6bc90c0e723c42e7c5b1276579609ec9 (patch) | |
tree | 631089153777345ec85b2c36c4da6a4777ee6fe8 /src/net/ea/buysellhandler.h | |
parent | 4f9bf0141d5b96372eec33a545ba546a9622426c (diff) | |
download | plus-c735249c6bc90c0e723c42e7c5b1276579609ec9.tar.gz plus-c735249c6bc90c0e723c42e7c5b1276579609ec9.tar.bz2 plus-c735249c6bc90c0e723c42e7c5b1276579609ec9.tar.xz plus-c735249c6bc90c0e723c42e7c5b1276579609ec9.zip |
Move requestSellList from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/ea/buysellhandler.h')
-rw-r--r-- | src/net/ea/buysellhandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h index 95fcbb204..946064277 100644 --- a/src/net/ea/buysellhandler.h +++ b/src/net/ea/buysellhandler.h @@ -37,9 +37,6 @@ class BuySellHandler notfinal : public Net::BuySellHandler A_DELETE_COPY(BuySellHandler) - virtual void requestSellList(const std::string &nick) - const override final; - virtual void requestBuyList(const std::string &nick) const override final; |