[Qt] remove broken OptionsModel::Upgrade()

This commit is contained in:
Cozz Lovan
2014-02-07 07:55:23 +01:00
parent 1d0295e9d5
commit 44eb59e4a6
3 changed files with 0 additions and 69 deletions

View File

@@ -376,9 +376,6 @@ void BitcoinApplication::initializeResult(int retval)
returnValue = retval ? 0 : 1;
if(retval)
{
// Miscellaneous initialization after core is initialized
optionsModel->Upgrade(); // Must be done after AppInit2
#ifdef ENABLE_WALLET
PaymentServer::LoadRootCAs();
paymentServer->setOptionsModel(optionsModel);