]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navrecord.hxx
Remove /sim/paths/use-custom-scenery-data.
[flightgear.git] / src / Navaids / navrecord.hxx
index f58d5a1671daf2521c09ff92e9b54430f32d15a6..a77896caf2298d473b40c8388ac9f16b498a8583 100644 (file)
@@ -50,7 +50,6 @@ class FGNavRecord : public FGPositioned
     FGRunway* mRunway;        // associated runway, if there is one
 
     bool serviceable;          // for failure modeling
-    std::string trans_ident;         // for failure modeling
 
   /**
    * Helper to init data when a navrecord is associated with an airport
@@ -79,7 +78,7 @@ public:
     inline const char *get_ident() const { return ident().c_str(); }
 
     inline bool get_serviceable() const { return serviceable; }
-    inline const char *get_trans_ident() const { return trans_ident.c_str(); }
+    inline const char *get_trans_ident() const { return get_ident(); }
 
   virtual const std::string& name() const
   { return _name; }