diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-02-07 07:55:23 +0100 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-02-07 12:27:41 +0100 |
commit | 44eb59e4a65499b581f3dd65adb719b21dc73673 (patch) | |
tree | 85c2d23bcb2b107e994f1357804cc34e0579467f /src/qt/bitcoin.cpp | |
parent | 1d0295e9d5273838ef2cd9134154551bdbbf3850 (diff) |
[Qt] remove broken OptionsModel::Upgrade()
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index e274b7626a..dda79e3d0e 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -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); |