wallet2_api: remove an unused, uninitialized, field

Silences CID 161874
This commit is contained in:
moneromooo-monero 2017-09-09 12:16:00 +01:00
parent a7ba3de1d3
commit 5475692ed5
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ private:
std::string m_password;
TransactionHistoryImpl * m_history;
bool m_trustedDaemon;
WalletListener * m_walletListener;
Wallet2CallbackImpl * m_wallet2Callback;
AddressBookImpl * m_addressBook;