Skip to content

Commit d003110

Browse files
committed
Remove unused guard
It is no longer used since switching to autotools build system.
1 parent 8c69fae commit d003110

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)