remove setting methods in wallet/walletdb

This commit is contained in:
Cozz Lovan
2014-02-07 12:59:46 +01:00
parent 44eb59e4a6
commit cdb6c16935
3 changed files with 0 additions and 41 deletions

View File

@@ -154,12 +154,6 @@ bool CWalletDB::ErasePool(int64_t nPool)
return Erase(std::make_pair(std::string("pool"), nPool));
}
bool CWalletDB::EraseSetting(const std::string& strKey)
{
nWalletDBUpdated++;
return Erase(std::make_pair(std::string("setting"), strKey));
}
bool CWalletDB::WriteMinVersion(int nVersion)
{
return Write(std::string("minversion"), nVersion);