mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
cb1e56d7e3
commit
f986e9ca8b
@@ -86,7 +86,7 @@ namespace BlackGui
|
||||
|
||||
CStatusMessageList CMatchingForm::validate(bool withNestedForms) const
|
||||
{
|
||||
Q_UNUSED(withNestedForms);
|
||||
Q_UNUSED(withNestedForms)
|
||||
return CStatusMessageList();
|
||||
}
|
||||
|
||||
|
||||
@@ -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