summaryrefslogtreecommitdiff
path: root/src/net/eathena/buysellhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/buysellhandler.h')
-rw-r--r--src/net/eathena/buysellhandler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h
index 5a967a55f..c2a94d7a5 100644
--- a/src/net/eathena/buysellhandler.h
+++ b/src/net/eathena/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 EAthena