From ccf1f6ea24905876f35e685204cb2293cf083e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= Date: Fri, 12 Jun 2020 10:55:20 +0100 Subject: refactor: Drop ::HasWallets() --- src/wallet/wallet.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/wallet/wallet.cpp') diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index a59aa8b98..5f318f92a 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -77,12 +77,6 @@ bool RemoveWallet(const std::shared_ptr& wallet) return true; } -bool HasWallets() -{ - LOCK(cs_wallets); - return !vpwallets.empty(); -} - std::vector> GetWallets() { LOCK(cs_wallets); -- cgit v1.2.3