navigator remove redundant param updates

This commit is contained in:
Daniel Agar
2017-12-11 13:59:06 -05:00
committed by Lorenz Meier
parent 49180de27c
commit f87402b16c
12 changed files with 0 additions and 27 deletions
-2
View File
@@ -57,8 +57,6 @@ Takeoff::Takeoff(Navigator *navigator, const char *name) :
MissionBlock(navigator, name),
_param_min_alt(this, "MIS_TAKEOFF_ALT", false)
{
// load initial params
updateParams();
}
Takeoff::~Takeoff()