mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Removes SVFR from flightplan, shall not be used according to documentation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user