From: James Turner Date: Tue, 24 Nov 2015 21:45:44 +0000 (+0000) Subject: Remove long-obsolete fields X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b15e5f559fafba46badf3420db05d705fbf8cdcd;p=flightgear.git Remove long-obsolete fields --- diff --git a/src/Airports/parking.hxx b/src/Airports/parking.hxx index 92b790084..70f512820 100644 --- a/src/Airports/parking.hxx +++ b/src/Airports/parking.hxx @@ -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; };