From bf3d7eb95c6281b8246bc1a54a40abd2219202bf Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Wed, 1 Jan 2020 21:38:55 +0000 Subject: [PATCH] remove old code --- Nasal/ECAM/ECAM-logic.nas | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Nasal/ECAM/ECAM-logic.nas b/Nasal/ECAM/ECAM-logic.nas index 72f28d7b..7522adc5 100644 --- a/Nasal/ECAM/ECAM-logic.nas +++ b/Nasal/ECAM/ECAM-logic.nas @@ -1064,11 +1064,6 @@ var messages_priority_2 = func { } else { ECAM_controller.warningReset(athr_offw); ECAM_controller.warningReset(athr_offw_1); - if (getprop("/it-autoflight/output/athr-warning") == 2) { - setprop("/it-autoflight/output/athr-warning", 0); - setprop("/ECAM/Lower/light/clr", 0); - setprop("/ECAM/warnings/master-caution-light", 0); - } } if ((athr_lock.clearFlag == 0) and phaseVar >= 5 and phaseVar <= 7 and getprop("/systems/thrust/thr-locked-alert") == 1) {