mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
Merge #16350: qt: Remove unused guard
d003110351
Remove unused guard (Hennadii Stepanov) Pull request description: `BITCOIN_QT_TEST` is no longer used since switching to autotools build system. Some historical refs: - #807 - #4241 ACKs for top commit: practicalswift: utACKd003110351
promag: ACKd003110351
. jonasschnelli: Verified ACKd003110351
Tree-SHA512: 1242ef7927d2dbd2e47cdb50de6ebb20e4ac427a66a37b4d4de8ca1b50581d34f818cb576fc9fdfb3e7dd7259d11812e3807da33b3357850d67548b837d5549b
This commit is contained in:
commit
05623c0216
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user