mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Remove unused function
This commit is contained in:
@@ -62,9 +62,6 @@ namespace BlackConfig
|
||||
//! Local build for developers
|
||||
static bool isLocalDeveloperDebugBuild();
|
||||
|
||||
//! Vatsim enabled version?
|
||||
static constexpr bool isVatsimVersion(); // defined in buildconfig_gen.inc.in
|
||||
|
||||
//! Running on Windows NT platform?
|
||||
static constexpr bool isRunningOnWindowsNtPlatform();
|
||||
|
||||
|
||||
@@ -58,11 +58,6 @@ constexpr bool BlackConfig::CBuildConfig::isCompiledWithGui()
|
||||
return SWIFTCONFIG_${SWIFT_BUILD_BLACKGUI};
|
||||
}
|
||||
|
||||
constexpr bool BlackConfig::CBuildConfig::isVatsimVersion()
|
||||
{
|
||||
return SWIFTCONFIG_${SWIFT_VATSIM_SUPPORT};
|
||||
}
|
||||
|
||||
constexpr int BlackConfig::CBuildConfig::versionMajor() { return ${SWIFT_VERSION_MAJOR}; }
|
||||
constexpr int BlackConfig::CBuildConfig::versionMinor() { return ${SWIFT_VERSION_MINOR}; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user