Skip to content

Commit

Permalink
remove facLoader from Navigation (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
flogross89 committed Feb 18, 2024
1 parent 4c1acb2 commit 0077126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbw-a32nx/src/systems/fmgc/src/navigation/Navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class Navigation implements NavigationProvider {
facility: null,
}));

constructor(private flightPlanService: FlightPlanService, private readonly facLoader?: FacilityLoader) {
constructor(private flightPlanService: FlightPlanService) {
this.requiredPerformance = new RequiredPerformance(this.flightPlanService);
this.navaidSelectionManager = new NavaidSelectionManager(this.flightPlanService, this);
this.landingSystemSelectionManager = new LandingSystemSelectionManager(this.flightPlanService, this);
Expand Down

0 comments on commit 0077126

Please sign in to comment.