diff options
| author | Cozz Lovan <[email protected]> | 2014-02-07 07:55:23 +0100 |
|---|---|---|
| committer | Cozz Lovan <[email protected]> | 2014-02-07 12:27:41 +0100 |
| commit | 44eb59e4a65499b581f3dd65adb719b21dc73673 (patch) | |
| tree | 85c2d23bcb2b107e994f1357804cc34e0579467f /src/qt/bitcoin.cpp | |
| parent | Merge pull request #3608 (diff) | |
| download | discoin-44eb59e4a65499b581f3dd65adb719b21dc73673.tar.xz discoin-44eb59e4a65499b581f3dd65adb719b21dc73673.zip | |
[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 e274b7626..dda79e3d0 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); |