Skip to content

Commit 05623c0

Browse files
committed
Merge #16350: qt: Remove unused guard
d003110 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: utACK d003110 promag: ACK d003110. jonasschnelli: Verified ACK d003110 Tree-SHA512: 1242ef7927d2dbd2e47cdb50de6ebb20e4ac427a66a37b4d4de8ca1b50581d34f818cb576fc9fdfb3e7dd7259d11812e3807da33b3357850d67548b837d5549b
2 parents f373bee + d003110 commit 05623c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/qt/bitcoin.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ static void SetupUIArgs()
413413
gArgs.AddArg("-uiplatform", strprintf("Select platform to customize UI for (one of windows, macosx, other; default: %s)", BitcoinGUI::DEFAULT_UIPLATFORM), true, OptionsCategory::GUI);
414414
}
415415

416-
#ifndef BITCOIN_QT_TEST
417416
int GuiMain(int argc, char* argv[])
418417
{
419418
#ifdef WIN32
@@ -593,4 +592,3 @@ int GuiMain(int argc, char* argv[])
593592
}
594593
return rv;
595594
}
596-
#endif // BITCOIN_QT_TEST

0 commit comments

Comments
 (0)