From: fredb Date: Thu, 12 Jan 2006 21:34:36 +0000 (+0000) Subject: Don't declare functions that are not implemented X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d5a58de80b75a90c61325e3003ab0fe0c46fae6;p=flightgear.git Don't declare functions that are not implemented --- diff --git a/src/FDM/JSBSim/models/atmosphere/FGMars.h b/src/FDM/JSBSim/models/atmosphere/FGMars.h index 68f24e6bb..9ec3bb856 100755 --- a/src/FDM/JSBSim/models/atmosphere/FGMars.h +++ b/src/FDM/JSBSim/models/atmosphere/FGMars.h @@ -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);