]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/atmosphere.hxx
Basics on catalog list model in the GUI.
[flightgear.git] / src / Environment / atmosphere.hxx
index 1ee4e1b6beeaa58da610de8d854737f0b31f4bc5..8c21186bb73979d271cfa982d24120d41e80323c 100644 (file)
@@ -31,8 +31,6 @@
 #include <cmath>
 #include <utility>
 
-using namespace std;
-
 /**
  * Model the atmosphere in a way consistent with the laws
  * of physics.
@@ -138,9 +136,6 @@ public:
 
 
 class FGAltimeter : public FGAtmoCache {
-    double kset;
-    double kft;
-
 public:
     FGAltimeter();
     double reading_ft(const double p_inHg,