Remove long-obsolete fields
This commit is contained in:
parent
3cee5eea73
commit
b15e5f559f
1 changed files with 0 additions and 8 deletions
|
@ -56,14 +56,6 @@ public:
|
||||||
const std::string& codes,
|
const std::string& codes,
|
||||||
PositionedID pushBackNode);
|
PositionedID pushBackNode);
|
||||||
virtual ~FGParking();
|
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 getHeading () const { return heading; };
|
||||||
double getRadius () const { return radius; };
|
double getRadius () const { return radius; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue