X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftracktype.cpp;h=53064b73daa9e9a95d0b8fb1689792812e6fed6c;hb=1a213318d4f26ef7bc3a82fc805ecbfec9f1c74a;hp=b9ebc73c31708615536549b3e4a771c2a56b5ec1;hpb=b860a56bd9bc8894311c02d7673f379beff3220b;p=r2c2.git diff --git a/source/3d/tracktype.cpp b/source/3d/tracktype.cpp index b9ebc73..53064b7 100644 --- a/source/3d/tracktype.cpp +++ b/source/3d/tracktype.cpp @@ -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;