From 5475692ed524df3f61f6b38f26c545e5d982aac4 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 9 Sep 2017 12:16:00 +0100 Subject: [PATCH] wallet2_api: remove an unused, uninitialized, field Silences CID 161874 --- src/wallet/api/wallet.h | 1 - 1 file changed, 1 deletion(-) 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;