From b15e5f559fafba46badf3420db05d705fbf8cdcd Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 24 Nov 2015 21:45:44 +0000 Subject: [PATCH] Remove long-obsolete fields --- src/Airports/parking.hxx | 8 -------- 1 file changed, 8 deletions(-) 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; }; -- 2.39.5