]> git.mxchange.org Git - flightgear.git/commitdiff
remove "keep" argument; the new removeChild() doesn't support that any more
authormfranz <mfranz>
Tue, 28 Jun 2005 11:23:53 +0000 (11:23 +0000)
committermfranz <mfranz>
Tue, 28 Jun 2005 11:23:53 +0000 (11:23 +0000)
src/Instrumentation/gps.cxx

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