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
@@ -56,8 +56,6 @@
Land::Land(Navigator *navigator, const char *name) :
MissionBlock(navigator, name)
{
/* load initial params */
updateParams();
}
Land::~Land()