1
0
Fork 0

Remove long-obsolete fields

This commit is contained in:
James Turner 2015-11-24 21:45:44 +00:00
parent 3cee5eea73
commit b15e5f559f

View file

@ -56,14 +56,6 @@ public:
const std::string& codes,
PositionedID pushBackNode);
virtual ~FGParking();
#if 0
void setHeading (double hdg) { heading = hdg; };
void setRadius (double rad) { radius = rad; };
void setName (const std::string& name) { parkingName = name; };
void setType (const std::string& tpe) { type = tpe; };
void setCodes (const std::string& codes){ airlineCodes= codes;};
#endif
double getHeading () const { return heading; };
double getRadius () const { return radius; };