Remove unused guard

It is no longer used since switching to autotools build system.
This commit is contained in:
Hennadii Stepanov 2019-07-07 06:20:19 +03:00
parent 8c69fae944
commit d003110351
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -413,7 +413,6 @@ static void SetupUIArgs()
gArgs.AddArg("-uiplatform", strprintf("Select platform to customize UI for (one of windows, macosx, other; default: %s)", BitcoinGUI::DEFAULT_UIPLATFORM), true, OptionsCategory::GUI);
}
#ifndef BITCOIN_QT_TEST
int GuiMain(int argc, char* argv[])
{
#ifdef WIN32
@ -593,4 +592,3 @@ int GuiMain(int argc, char* argv[])
}
return rv;
}
#endif // BITCOIN_QT_TEST