]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/environment_mgr.hxx
Don't return invalid JSON if node not found
[flightgear.git] / src / Environment / environment_mgr.hxx
index 93213ecb5c624ab309bdd3a78b47738e662a7c44..edbeb57c952e9d0de021d76c6d83203d8bff5e67 100644 (file)
@@ -33,8 +33,6 @@
 #endif
 
 class FGEnvironment;
-class FGMetarCtrl;
-class FGMetarFetcher;
 class FGClouds;
 class FGPrecipitationMgr;
 class SGSky;
@@ -97,9 +95,6 @@ private:
   FGEnvironment * _environment;        // always the same, for now
   FGClouds *fgClouds;
   bool _cloudLayersDirty;
-  SGPropertyNode_ptr _altitude_n;
-  SGPropertyNode_ptr _longitude_n;
-  SGPropertyNode_ptr _latitude_n;
   simgear::TiedPropertyList _tiedProperties;
   SGPropertyChangeListener * _3dCloudsEnableListener;
   SGSky* _sky;