Removed useless line.

This commit is contained in:
Mathew Sutcliffe
2015-10-20 14:52:55 +01:00
parent 99ce40699e
commit cda0882806

View File

@@ -327,7 +327,6 @@ namespace BlackSimPlugin
m_airportsInRange.push_back({ *icaoIt, { CLatitude(*latIt, CAngleUnit::deg()), CLongitude(*lonIt, CAngleUnit::deg()), CLength(*altIt, CLengthUnit::ft()) }, *nameIt });
}
using namespace BlackMisc::Math;
}
BlackMisc::Aviation::CAirportList CSimulatorXPlane::getAirportsInRange() const