File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT/X11 software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
+ #if defined(HAVE_CONFIG_H)
5
6
#include " bitcoin-config.h"
7
+ #endif
8
+
6
9
#include " bitcoingui.h"
7
10
8
11
#include " clientmodel.h"
@@ -553,15 +556,6 @@ int main(int argc, char *argv[])
553
556
// Subscribe to global signals from core
554
557
uiInterface.InitMessage .connect (InitMessage);
555
558
556
- // Show help message immediately after parsing command-line options (for "-lang") and setting locale,
557
- // but before showing splash screen.
558
- if (mapArgs.count (" -?" ) || mapArgs.count (" --help" ))
559
- {
560
- GUIUtil::HelpMessageBox help;
561
- help.showOrPrint ();
562
- return 1 ;
563
- }
564
-
565
559
if (GetBoolArg (" -splash" , true ) && !GetBoolArg (" -min" , false ))
566
560
app.createSplashScreen (isaTestNet);
567
561
You can’t perform that action at this time.
0 commit comments