mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
qt, wallet: Drop no longer used WalletController::getOpenWallets()
This commit is contained in:
parent
f6991cb906
commit
2fe69efbc6
2 changed files with 0 additions and 9 deletions
|
|
@ -57,12 +57,6 @@ WalletController::~WalletController()
|
|||
delete m_activity_worker;
|
||||
}
|
||||
|
||||
std::vector<WalletModel*> WalletController::getOpenWallets() const
|
||||
{
|
||||
QMutexLocker locker(&m_mutex);
|
||||
return m_wallets;
|
||||
}
|
||||
|
||||
std::map<std::string, bool> WalletController::listWalletDir() const
|
||||
{
|
||||
QMutexLocker locker(&m_mutex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue