]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/catalogue.h
Full vehicle unification
[r2c2.git] / source / libmarklin / catalogue.h
index 524d3f2b56a6593cb82c859af044dfbf027838d9..d529cfc07969e18f8c17983359aadc5cd543e45b 100644 (file)
@@ -15,7 +15,6 @@ Distributed under the GPL
 
 namespace Marklin {
 
-class LocoType;
 class TrackType;
 class VehicleType;
 
@@ -30,7 +29,6 @@ public:
                void ballast_profile();
                void gauge(float);
                void layout();
-               void locomotive(unsigned);
                void rail_profile();
                void scale(float, float);
                void track(unsigned);
@@ -66,7 +64,6 @@ public:
 
        void add_vehicle(VehicleType &);
        const VehicleType &get_vehicle(unsigned) const;
-       const LocoType &get_locomotive(unsigned) const;
        const std::map<unsigned, VehicleType *> &get_vehicles() const { return vehicles; }
 
        Layout &get_layout() { return layout; }