]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGJoystickInput.cxx
Allow using the system version of flite and the HTS engine
[flightgear.git] / src / Input / FGJoystickInput.cxx
index 4cbeb1ae16817490c5347633adc03dd5669f6b70..069e9d824cebaa6286d6b2121d2fa34c86566a75 100644 (file)
@@ -97,7 +97,7 @@ void FGJoystickInput::_remove(bool all)
         joystick* joy = &joysticks[i];
         // do not remove predefined joysticks info on reinit
         if (all || (!joy->predefined))
-            js_nodes->removeChild("js", i, false);
+            js_nodes->removeChild("js", i);
         
         joy->plibJS.reset();
         joy->clearAxesAndButtons();