Skip to content

Commit

Permalink
Remove banking assist as bank angle has now been increased in A32nx F…
Browse files Browse the repository at this point in the history
…lyVByWire mod
  • Loading branch information
Scott Vincent committed Dec 1, 2020
1 parent d2ca128 commit 27470f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions instrument-data-link/simvarDefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ const char* SimVarDefs[][2] = {
{ "Autopilot Airspeed Hold", "bool" },
{ "Autopilot Approach Hold", "bool" },
{ "Autopilot Glideslope Hold", "bool" },
{ "Autopilot Flight Director Bank", "degrees" },
{ "Autopilot Max Bank", "degrees" },
{ "General Eng Throttle Lever Position:1", "percent" },
{ "Autothrottle Active", "bool" },
{ "Is Gear Retractable", "bool" },
Expand Down Expand Up @@ -153,8 +151,6 @@ WriteEvent WriteEvents[] = {
{ KEY_HEADING_SLOT_INDEX_SET, "HEADING_SLOT_INDEX_SET" },
{ KEY_SPEED_SLOT_INDEX_SET, "SPEED_SLOT_INDEX_SET" },
{ KEY_ALTITUDE_SLOT_INDEX_SET, "ALTITUDE_SLOT_INDEX_SET" },
{ KEY_AILERON_SET, "AILERON_SET" },
{ KEY_ELEVATOR_SET, "ELEVATOR_SET" },
{ KEY_TUG_HEADING, "KEY_TUG_HEADING" },
{ SIM_STOP, NULL }
};
4 changes: 0 additions & 4 deletions instrument-data-link/simvarDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ struct SimVars
double autopilotAirspeedHold = 0;
double autopilotApproachHold = 0;
double autopilotGlideslopeHold = 0;
double autopilotBank = 0;
double autopilotMaxBank = 0;
double throttlePosition = 0;
double autothrottleActive = 0;
double gearRetractable = 1;
Expand Down Expand Up @@ -156,8 +154,6 @@ enum EVENT_ID {
KEY_HEADING_SLOT_INDEX_SET,
KEY_SPEED_SLOT_INDEX_SET,
KEY_ALTITUDE_SLOT_INDEX_SET,
KEY_AILERON_SET,
KEY_ELEVATOR_SET,
KEY_TUG_HEADING
};

Expand Down

0 comments on commit 27470f9

Please sign in to comment.