Remove stale Qt comments and dead code

This commit is contained in:
Simon
2017-03-09 17:04:59 -08:00
parent 8247636d21
commit 07cf426404
4 changed files with 5 additions and 24 deletions

View File

@@ -28,8 +28,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler);
/** The help message mode determines what help message to show */
enum HelpMessageMode {
HMM_BITCOIND,
HMM_BITCOIN_QT
HMM_BITCOIND
};
/** Help for options shared between UI and daemon (for -help) */