aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-09 12:16:00 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-25 15:48:21 +0100
commit5475692ed524df3f61f6b38f26c545e5d982aac4 (patch)
tree485d1b2208f52e69acb2b95c14a53505491e6271
parentlibwallet_api_tests: initialize newblock_triggered on reset (diff)
downloadmonero-5475692ed524df3f61f6b38f26c545e5d982aac4.tar.xz
wallet2_api: remove an unused, uninitialized, field
Silences CID 161874
-rw-r--r--src/wallet/api/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 36ffd4fc0..1e3d1e600 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -153,7 +153,6 @@ private:
std::string m_password;
TransactionHistoryImpl * m_history;
bool m_trustedDaemon;
- WalletListener * m_walletListener;
Wallet2CallbackImpl * m_wallet2Callback;
AddressBookImpl * m_addressBook;