Removes SVFR from flightplan, shall not be used according to documentation

This commit is contained in:
Klaus Basan
2014-05-06 13:12:20 +02:00
parent 5dd2578a4f
commit 31b83e0f1e
2 changed files with 0 additions and 10 deletions

View File

@@ -85,8 +85,6 @@ namespace BlackGui
rule = CFlightPlan::IFR;
else if (this->ui->rb_TypeVfr->isChecked())
rule = CFlightPlan::VFR;
else if (this->ui->rb_TypeSvfr->isChecked())
rule = CFlightPlan::SVFR;
flightPlan.setFlightRule(rule);
v = ui->le_Callsign->text().trimmed();