1
0
Fork 0

Don't declare functions that are not implemented

This commit is contained in:
fredb 2006-01-12 21:34:36 +00:00
parent 932b38a87e
commit 5d5a58de80

View file

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