diff options
| author | Pieter Wuille <[email protected]> | 2012-11-04 12:48:45 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-11-04 12:59:06 +0100 |
| commit | 92467073adc11a76a26bbb55ccaed454169636f3 (patch) | |
| tree | d0fb53976eb43cff56bb8318cdbbbe154d73b540 /src/qt/forms | |
| parent | Merge pull request #1971 from sipa/bugfix_norelayspent (diff) | |
| download | discoin-92467073adc11a76a26bbb55ccaed454169636f3.tar.xz discoin-92467073adc11a76a26bbb55ccaed454169636f3.zip | |
Remove -detachdb and stop's detach argument.
As the only BDB database left is the wallet, and it is always
detached.
Also remove IsChainFile() predicate and related chainfile-specific
logic.
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 1b81b0cdc..6a1336197 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -87,16 +87,6 @@ </widget> </item> <item> - <widget class="QCheckBox" name="detachDatabases"> - <property name="toolTip"> - <string>Detach block and address databases at shutdown. This means they can be moved to another data directory, but it slows down shutdown. The wallet is always detached.</string> - </property> - <property name="text"> - <string>&Detach databases at shutdown</string> - </property> - </widget> - </item> - <item> <spacer name="verticalSpacer_Main"> <property name="orientation"> <enum>Qt::Vertical</enum> |