removed CAviationVerticalPositions

This commit is contained in:
Mathew Sutcliffe
2013-08-13 22:23:55 +01:00
parent e6e6dea4cd
commit e8b52b33d0
5 changed files with 0 additions and 282 deletions

View File

@@ -22,10 +22,6 @@ int CSamplesAviation::samples()
qDebug() << h1;
qDebug() << h1 << h2 << (h1 == h2) << (h1 != h2) << (h1 == h1);
CAviationVerticalPositions vp1 = CAviationVerticalPositions::fromAltitudeAndElevationInFt(10000.0, 1111.0);
CAviationVerticalPositions vp2 = vp1;
qDebug() << vp1 << (vp1 == vp2) << (vp1 != vp2);
CComSystem c1 = CComSystem::getCom1System(125.3);
qDebug() << c1;
c1.setActiveUnicom();