]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/model_panel.hxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Model / model_panel.hxx
index 98b5ffe71633dab13c4b5f7957e40da8c8a2031e..49ff7507cdc4808dfd16a0df661ae88bcbbd8fde 100644 (file)
@@ -23,7 +23,6 @@ SG_USING_STD(vector);
 
 // Don't pull in the headers, since we don't need them here.
 class ssgBranch;
-class ssgCutout;
 class ssgEntity;
 class ssgRangeSelector;
 class ssgSelector;
@@ -53,7 +52,7 @@ class FGLocation;
  * list wrapper to add animations to the model.
  *
  * Subsystems should not normally invoke this function directly;
- * instead, they should use the FGModelLoader declared in loader.hxx.
+ * instead, they should use the SGModelLoader declared in loader.hxx.
  */
 ssgBranch *fgLoad3DModelPanel( const string& fg_root, const string &path,
                                SGPropertyNode *prop_root,