X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=44444a7871c57e020272ed3e224abe51fc4e039f;hp=090dd4be1f1eef8e8dc6ffa26cfa9c46f540784a;hb=65da4c5bc57ef7c9fd86994bd08208e48a6165ab;hpb=b04e59ffd6c4c38808bd226f49c6ed0a74faf437 diff --git a/src/main.cpp b/src/main.cpp index 090dd4b..44444a7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2997,9 +2997,6 @@ bool LoadExternalBlockFile(FILE* fileIn) extern map mapAlerts; extern CCriticalSection cs_mapAlerts; -extern string strMintMessage; -extern string strMintWarning; - string GetWarnings(string strFor) { int nPriority = 0; @@ -3009,13 +3006,6 @@ string GetWarnings(string strFor) if (GetBoolArg("-testsafemode")) strRPC = "test"; - // wallet lock warning for minting - if (strMintWarning != "") - { - nPriority = 0; - strStatusBar = strMintWarning; - } - // Misc warnings like out of disk space and clock is wrong if (strMiscWarning != "") {