WalletManager: remove unused functions

This commit is contained in:
selsta
2019-06-14 17:08:26 +02:00
parent 68c7cf7276
commit cbbd898cd5
2 changed files with 0 additions and 21 deletions

View File

@@ -281,17 +281,6 @@ QString WalletManager::errorString() const
return tr("Unknown error");
}
bool WalletManager::moveWallet(const QString &, const QString &)
{
return true;
}
QString WalletManager::walletLanguage(const QString &)
{
return "English";
}
quint64 WalletManager::maximumAllowedAmount() const
{
return Monero::Wallet::maximumAllowedAmount();
@@ -302,8 +291,6 @@ QString WalletManager::maximumAllowedAmountAsSting() const
return WalletManager::displayAmount(WalletManager::maximumAllowedAmount());
}
QString WalletManager::displayAmount(quint64 amount) const
{
return QString::fromStdString(Monero::Wallet::displayAmount(amount));