]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/catalogue.h
New approach for displaying track state
[r2c2.git] / source / libr2c2 / catalogue.h
index 12ee006f45f34a1fcb5e7e399f39356e470c3236..d13c9821d67cad4c3cc09fcb4d42e57902cdb52a 100644 (file)
@@ -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 &);