From: ehofman Date: Fri, 11 Jun 2004 08:09:55 +0000 (+0000) Subject: Remove an unnecessary property set. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11290e8022028d3f2f86acce3a46ea234ed3e95c;p=flightgear.git Remove an unnecessary property set. --- diff --git a/src/AIModel/AIAircraft.cxx b/src/AIModel/AIAircraft.cxx index e4c5de02e..1867b0c18 100644 --- a/src/AIModel/AIAircraft.cxx +++ b/src/AIModel/AIAircraft.cxx @@ -315,8 +315,7 @@ void FGAIAircraft::Run(double dt) { rotation = hdg - user_heading; if (rotation < 0.0) rotation += 360.0; - } else - props->setBoolValue("radar/in-range", false); + } //************************************// // Tanker code //