X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fcatalogue.h;h=d13c9821d67cad4c3cc09fcb4d42e57902cdb52a;hb=5116fff210cdc3f0fbdae13046cc60450aad5e8f;hp=12ee006f45f34a1fcb5e7e399f39356e470c3236;hpb=7fac28fcb5afb17eff7c459474e4cf884a02719c;p=r2c2.git diff --git a/source/libr2c2/catalogue.h b/source/libr2c2/catalogue.h index 12ee006..d13c982 100644 --- a/source/libr2c2/catalogue.h +++ b/source/libr2c2/catalogue.h @@ -44,7 +44,6 @@ private: float gauge; Profile rail_profile; Profile ballast_profile; - Profile path_profile; std::string track_technique; TrackMap tracks; VehicleMap vehicles; @@ -60,7 +59,6 @@ public: float get_rail_elevation() const; const Profile &get_rail_profile() const { return rail_profile; } const Profile &get_ballast_profile() const { return ballast_profile; } - const Profile &get_path_profile() const { return path_profile; } const std::string &get_track_technique() const { return track_technique; } void add_track(TrackType &);