mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
cb1e56d7e3
commit
f986e9ca8b
@@ -61,7 +61,7 @@ namespace BlackMisc
|
||||
|
||||
CAircraftModelList CCategoryMatcher::reduceByCategories(const CAircraftModelList &alreadyMatchedModels, const CAircraftModelList &modelSet, const CAircraftMatcherSetup &setup, const CSimulatedAircraft &remoteAircraft, bool &reduced, bool shortLog, CStatusMessageList *log) const
|
||||
{
|
||||
Q_UNUSED(shortLog);
|
||||
Q_UNUSED(shortLog)
|
||||
|
||||
reduced = false;
|
||||
if (!setup.useCategoryMatching())
|
||||
|
||||
Reference in New Issue
Block a user