]> git.mxchange.org Git - flightgear.git/commitdiff
Remove long-obsolete fields
authorJames Turner <zakalawe@mac.com>
Tue, 24 Nov 2015 21:45:44 +0000 (21:45 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 24 Nov 2015 21:46:14 +0000 (21:46 +0000)
src/Airports/parking.hxx

index 92b79008430d79282963aa8d619fb45a49c60475..70f512820f3fcfab36e1c561f2c58e84420bce8b 100644 (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;      };