summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/buysellhandler.h')
-rw-r--r--src/net/ea/buysellhandler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h
index c308bebf3..2afc82ee0 100644
--- a/src/net/ea/buysellhandler.h
+++ b/src/net/ea/buysellhandler.h
@@ -36,16 +36,6 @@ class BuySellHandler notfinal : public Net::BuySellHandler
BuySellHandler();
A_DELETE_COPY(BuySellHandler)
-
- protected:
- static void processNpcBuySellChoice(Net::MessageIn &msg);
-
- static void processNpcSell(Net::MessageIn &msg);
-
- static void processNpcBuyResponse(Net::MessageIn &msg);
-
- static BeingId mNpcId;
- static BuyDialog *mBuyDialog;
};
} // namespace Ea