X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fcatalogue.h;h=d13c9821d67cad4c3cc09fcb4d42e57902cdb52a;hb=18c529dfdd34e07f4f6021151ddce29fa85437bc;hp=d1829afae8b47a3510188523bffbb423ffaf38b5;hpb=3e3675f8d86b06cdea7df197dfe8866ffb285aec;p=r2c2.git diff --git a/source/libr2c2/catalogue.h b/source/libr2c2/catalogue.h index d1829af..d13c982 100644 --- a/source/libr2c2/catalogue.h +++ b/source/libr2c2/catalogue.h @@ -27,9 +27,7 @@ public: void rail_profile(); void scale(float, float); void signal(ArticleNumber); - void track(unsigned); void track(ArticleNumber); - void vehicle(unsigned); void vehicle(ArticleNumber); }; @@ -46,7 +44,6 @@ private: float gauge; Profile rail_profile; Profile ballast_profile; - Profile path_profile; std::string track_technique; TrackMap tracks; VehicleMap vehicles; @@ -62,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 &);