Remove redundant line from prior commit.
This commit is contained in:
parent
dc4201ed9f
commit
9df688659e
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ void PerformanceData::initFromProps(SGPropertyNode *db_node)
|
|||
// read the values, using the existing values as defaults
|
||||
_acceleration = db_node->getDoubleValue("acceleration-kts-hour", _acceleration);
|
||||
_deceleration = db_node->getDoubleValue("deceleration-kts-hour", _deceleration);
|
||||
_climbRate = db_node->getDoubleValue("climbrate-fpm", _climbRate);
|
||||
|
||||
_climbRate = readRenamedProp(db_node, {"climb-rate-fpm", "climbrate-fpm"}, _climbRate);
|
||||
_descentRate = readRenamedProp(db_node, {"descent-rate-fpm", "decentrate-fpm"}, _descentRate);
|
||||
|
|
Loading…
Add table
Reference in a new issue