]> git.mxchange.org Git - flightgear.git/commitdiff
Don't declare functions that are not implemented
authorfredb <fredb>
Thu, 12 Jan 2006 21:34:36 +0000 (21:34 +0000)
committerfredb <fredb>
Thu, 12 Jan 2006 21:34:36 +0000 (21:34 +0000)
src/FDM/JSBSim/models/atmosphere/FGMars.h

index 68f24e6bbc76ee0a8c2eb44e62e81049b9783676..9ec3bb85603ed81d8605d14299e73c9989d1134d 100755 (executable)
@@ -71,7 +71,7 @@ public:
   /// Constructor
   FGMars(FGFDMExec*);
   /// Destructor
-  ~FGMars();
+  //~FGMars();
   /** Runs the Martian atmosphere model; called by the Executive
       @return false if no error */
   bool Run(void);
@@ -136,7 +136,7 @@ public:
   inline double GetTurbPQR(int idx) const {return vTurbPQR(idx);}
   inline FGColumnVector3& GetTurbPQR(void) {return vTurbPQR;}
   
-  void bind(void);
+  //void bind(void);
   void unbind(void);