]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/tracktype.cpp
Remove some unnecessary things
[r2c2.git] / source / 3d / tracktype.cpp
index b9ebc73c31708615536549b3e4a771c2a56b5ec1..53064b73daa9e9a95d0b8fb1689792812e6fed6c 100644 (file)
@@ -171,9 +171,6 @@ void TrackType3D::build_ties(const TrackPart &part, const Profile &profile, floa
 {
        float plen = part.get_length();
        unsigned count = plen/spacing+0.5;
-       (void)length;
-       (void)offset;
-       (void)profile;
 
        unsigned n_vertices = profile.get_n_vertices();
        float min_y = profile.get_min_coords().y;