mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T430, follow ups of FG integration fixing wrong distributor handling
* fixing a bug where the radio button and check box names got mixed * removed code for FG disabling * style Backend T576
This commit is contained in:
committed by
Mat Sutcliffe
parent
cdca20abe9
commit
3988fbdb32
@@ -251,13 +251,6 @@ namespace BlackConfig
|
||||
static const int bws = Private::buildWordSizeImpl();
|
||||
return bws;
|
||||
}
|
||||
|
||||
bool CBuildConfig::supportFlightGear()
|
||||
{
|
||||
// for testing set to "true", never commit with TRUE before FG is completed
|
||||
// this will be removed when FG is fully productive
|
||||
return true; // && isLocalDeveloperDebugBuild();
|
||||
}
|
||||
} // ns
|
||||
|
||||
//! \endcond
|
||||
|
||||
Reference in New Issue
Block a user