From 5d5a58de80b75a90c61325e3003ab0fe0c46fae6 Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 12 Jan 2006 21:34:36 +0000 Subject: [PATCH] Don't declare functions that are not implemented --- src/FDM/JSBSim/models/atmosphere/FGMars.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5