mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T111, removed as requested in review by MS
This commit is contained in:
committed by
Mathew Sutcliffe
parent
37ef181e13
commit
384c186fce
@@ -696,7 +696,6 @@ namespace BlackMisc
|
||||
QStringList CAircraftModelList::toCompleterStrings(bool sorted, const CSimulatorInfo &simulator) const
|
||||
{
|
||||
QStringList c;
|
||||
c.reserve(size());
|
||||
for (const CAircraftModel &model : *this)
|
||||
{
|
||||
if (model.getSimulator().matchesAny(simulator))
|
||||
|
||||
Reference in New Issue
Block a user