]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/track.h
Fix a problem with TrackIter::block_iter at end of line
[r2c2.git] / source / 3d / track.h
index f3bfb458bb93333dae9716f365563d238b98d1f5..857b129c11fedbb85adc7796b16b50768bdeb3d7 100644 (file)
@@ -32,7 +32,6 @@ public:
        Layout3D &get_layout() const { return layout; }
        Track &get_track() const { return track; }
        const TrackType3D &get_type() const { return type; }
-       void get_bounds(float, Vector &, Vector &) const;
        Path3D &get_path() { return *path; }
 
        virtual Vector get_node() const;