X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftrack.h;fp=source%2F3d%2Ftrack.h;h=9928e11449345d2c0f453e8889913dc12058696d;hb=48dff17ed3144d944965e7cb534e1f8fb92bd620;hp=fb662bf890cfd8fb1f90923bfdcdcda06869fe66;hpb=17c219cff8f859978ec1274786319478cc99450c;p=r2c2.git diff --git a/source/3d/track.h b/source/3d/track.h index fb662bf..9928e11 100644 --- a/source/3d/track.h +++ b/source/3d/track.h @@ -9,7 +9,6 @@ Distributed under the GPL #define MARKLIN3D_TRACK_H_ #include -#include #include #include #include @@ -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;