]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/vehicle.h
Avoid a temporary inconsistent state while reserving the first block
[r2c2.git] / source / 3d / vehicle.h
index 36853c95a944786649a933a03961eb4fe90e4ff0..4b145536f724f566e4e41d9919f201659c1f2ff6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010-2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C23D_VEHICLE_H_
 #define LIBR2C23D_VEHICLE_H_
 
@@ -16,14 +9,12 @@ namespace R2C2 {
 
 class Axle3D;
 class Bogie3D;
-class Layout3D;
 class Rod3D;
 class VehicleType3D;
 
 class Vehicle3D: public Object3D, public Msp::GL::ObjectInstance
 {
 private:
-       Layout3D &layout;
        Vehicle &vehicle;
        const VehicleType3D &type;
        std::vector<Axle3D *> axles;