diff options
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 d3a510ec2..bc5b2f395 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 sendBuyRequest(const std::string &nick, - const ShopItem *const item, - const int amount) const override final; - virtual void sendSellRequest(const std::string &nick, const ShopItem *const item, const int amount) const override final; |