mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-25 17:02:26 +00:00
wallet2_api: remove an unused, uninitialized, field
Silences CID 161874
This commit is contained in:
parent
a7ba3de1d3
commit
5475692ed5
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ private:
|
||||||
std::string m_password;
|
std::string m_password;
|
||||||
TransactionHistoryImpl * m_history;
|
TransactionHistoryImpl * m_history;
|
||||||
bool m_trustedDaemon;
|
bool m_trustedDaemon;
|
||||||
WalletListener * m_walletListener;
|
|
||||||
Wallet2CallbackImpl * m_wallet2Callback;
|
Wallet2CallbackImpl * m_wallet2Callback;
|
||||||
AddressBookImpl * m_addressBook;
|
AddressBookImpl * m_addressBook;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue