diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-11-09 19:23:46 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-11-28 19:01:26 +0100 |
commit | fa41d4c8c6e3f84a9117c0addf51a87f14321e2a (patch) | |
tree | be57e0918417600e4a758f02338f479946bb2721 /src/util.h | |
parent | faf93f37fe47fe326fcc4955302a66f24eb13b65 (diff) |
[qt] Move GUI related HelpMessage() part downstream
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util.h b/src/util.h index 25ab27a8ed..fb154f6660 100644 --- a/src/util.h +++ b/src/util.h @@ -56,10 +56,6 @@ extern CTranslationInterface translationInterface; extern const char * const BITCOIN_CONF_FILENAME; extern const char * const BITCOIN_PID_FILENAME; -static const bool DEFAULT_SELFSIGNED_ROOTCERTS = false; -static const bool DEFAULT_CHOOSE_DATADIR = false; -static const bool DEFAULT_SPLASHSCREEN = true; - /** * Translation function: Call Translate signal on UI interface, which returns a boost::optional result. * If no translation slot is registered, nothing is returned, and simply return the input. |