]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/track.h
Add accessors adding things to a Catalogue from the outside
[r2c2.git] / source / 3d / track.h
index fb662bf890cfd8fb1f90923bfdcdcda06869fe66..9928e11449345d2c0f453e8889913dc12058696d 100644 (file)
@@ -9,7 +9,6 @@ Distributed under the GPL
 #define MARKLIN3D_TRACK_H_
 
 #include <list>
-#include <msp/gl/color.h>
 #include <msp/gl/renderable.h>
 #include <msp/gl/vertexarray.h>
 #include <msp/gl/vertexarraybuilder.h>
@@ -37,7 +36,6 @@ public:
        Layout3D &get_layout() const { return layout; }
        Track &get_track() const { return track; }
        const TrackType3D &get_type() const { return type; }
-       void set_color(const Msp::GL::Color &) { }
        void get_bounds(float, Point &, Point &) const;
 
        virtual void render(const Msp::GL::Tag &) const;