Remove Beast version printing on startup

This commit is contained in:
Vinnie Falco
2013-09-20 00:47:24 -07:00
parent 7efb6a3ab8
commit c0ca0373b6
3 changed files with 0 additions and 27 deletions

View File

@@ -40,22 +40,6 @@ String SystemStats::getBeastVersion()
"." BEAST_STRINGIFY(BEAST_BUILDNUMBER);
}
#if BEAST_ANDROID && ! defined (BEAST_DISABLE_BEAST_VERSION_PRINTING)
#define BEAST_DISABLE_BEAST_VERSION_PRINTING 1
#endif
#if BEAST_DEBUG && ! BEAST_DISABLE_BEAST_VERSION_PRINTING
struct BeastVersionPrinter
{
BeastVersionPrinter()
{
DBG (SystemStats::getBeastVersion());
}
};
static BeastVersionPrinter beastVersionPrinter;
#endif
//==============================================================================
struct CPUInformation
{