1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-09 22:13:31 +00:00

Update tradewindow.hpp

remover redundant
This commit is contained in:
Kindi 2021-10-04 20:47:45 +00:00
parent f28d6738bf
commit d9b254178f

View File

@ -81,7 +81,6 @@ namespace MWGui
int mCurrentBalance;
int mCurrentMerchantOffer;
bool mReceiveMoney;
void sellToNpc(const MWWorld::Ptr& item, int count, bool boughtItem); ///< only used for adjusting the gold balance
void buyFromNpc(const MWWorld::Ptr& item, int count, bool soldItem); ///< only used for adjusting the gold balance