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
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);