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
@@ -61,8 +61,6 @@ Loiter::Loiter(Navigator *navigator, const char *name) :
_param_yawmode(this, "MIS_YAWMODE", false),
_loiter_pos_set(false)
{
// load initial params
updateParams();
}
Loiter::~Loiter()