Ref T210, removed branch flags

Our distribution concept allows dynamic assigments of the distribution.
So a particular version can change its stability.
This commit is contained in:
Klaus Basan
2017-12-19 03:09:52 +01:00
parent 265869dc1f
commit 0390ed83f8
4 changed files with 30 additions and 47 deletions

View File

@@ -62,14 +62,8 @@ namespace BlackConfig
//! Release build?
static bool isReleaseBuild();
//! DEV. branch?
static bool isDevBranch(); // defined in buildconfig_gen.cpp.in
//! STABLE branch?
static bool isStableBranch(); // defined in buildconfig_gen.cpp.in
//! Can run in dev. environment?
static bool canRunInDeveloperEnvironment();
//! Local build for developers
static bool isLocalDeveloperDebugBuild();
//! Vatsim enabled version?
static bool isVatsimVersion(); // defined in buildconfig_gen.cpp.in