]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/model_panel.hxx
- rename fgcommand "set-mouse" to "set-cursor"
[flightgear.git] / src / Model / model_panel.hxx
index 0c1c34a14739ee80fdf4328a89064c334ce00f35..0b82d3313289d3f777e55a913b6762865a2ff382 100644 (file)
@@ -46,9 +46,7 @@ class FGLocation;
  * Subsystems should not normally invoke this function directly;
  * instead, they should use the SGModelLoader declared in loader.hxx.
  */
-osg::Node *fgLoad3DModelPanel( const string& fg_root, const string &path,
-                               SGPropertyNode *prop_root,
-                               double sim_time_sec, const SGPath& livery );
+osg::Node *fgLoad3DModelPanel( const string &path, SGPropertyNode *prop_root);
 
 
 #endif // __MODEL_HXX