From: <sv...@ww...> - 2005-02-23 22:14:54
|
Author: delta Date: 2005-02-23 14:14:43 -0800 (Wed, 23 Feb 2005) New Revision: 1487 Modified: trunk/CSP/CSPSim/CHANGES.current trunk/CSP/CSPSim/Include/LandingGear.h Log: * Removed GearAnimation:getExtension() not used (use the bus mechanism). Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1487 Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2005-02-23 07:36:05 UTC (rev 1486) +++ trunk/CSP/CSPSim/CHANGES.current 2005-02-23 22:14:43 UTC (rev 1487) @@ -1,6 +1,9 @@ Version 0.4.0 (in progress) =========================== +2005-02-23: delta + * Removed GearAnimation:getExtension() not used (use the bus mechanism). + 2005-02-21: onsight * Fix rudder yaw coefficients; new values work for rudder angle in radians. Modified: trunk/CSP/CSPSim/Include/LandingGear.h =================================================================== --- trunk/CSP/CSPSim/Include/LandingGear.h 2005-02-23 07:36:05 UTC (rev 1486) +++ trunk/CSP/CSPSim/Include/LandingGear.h 2005-02-23 22:14:43 UTC (rev 1487) @@ -299,10 +299,6 @@ if (m_GearSequenceAnimation.valid()) m_GearSequenceAnimation->rstart(); } - double getExtension() const { - if (m_GearSequenceAnimation.valid()) - return m_GearSequenceAnimation->getNormalizedTime(); - } // Helper classes class BindChannels { |