James Turner : a trivial patch to remove a now obsolete default ctor from FGPositioned
This commit is contained in:
parent
7f2f1e39e3
commit
812485d623
2 changed files with 0 additions and 8 deletions
|
@ -330,11 +330,6 @@ spatialGetClosest(const SGGeod& aPos, unsigned int aN, double aCutoffNm, const F
|
|||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
FGPositioned::FGPositioned() :
|
||||
mType(INVALID)
|
||||
{
|
||||
}
|
||||
|
||||
FGPositioned::FGPositioned(Type ty, const std::string& aIdent, double aLat, double aLon, double aElev) :
|
||||
mType(ty),
|
||||
mPosition(SGGeod::fromDegFt(aLon, aLat, aElev)),
|
||||
|
|
|
@ -132,9 +132,6 @@ protected:
|
|||
|
||||
SGGeod mPosition; // can't be const right now
|
||||
|
||||
//private: // make private once FGFix and FGRunway are heap-based
|
||||
FGPositioned();
|
||||
|
||||
Type mType;
|
||||
std::string mIdent;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue