1
0
Fork 0

remove "keep" argument; the new removeChild() doesn't support that any more

This commit is contained in:
mfranz 2005-06-28 11:23:53 +00:00
parent a62388a19c
commit 93dbac482f

View file

@ -710,7 +710,7 @@ GPS::update (double delta_time_sec)
popWp->setBoolValue(false); popWp->setBoolValue(false);
route->delete_first(); route->delete_first();
_route->removeChild("Waypoint", 0, false); _route->removeChild("Waypoint", 0);
} }
} else { } else {