X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flibr2c2%2Ftrack.cpp;h=b53342c645c6d71e77ab3727e9833908835bf228;hb=3dfcd6a470a96dc7b6f2f100e604c7f0db6da00c;hp=0411f1586c86fd89bc21f3be534905f363995dec;hpb=68877070660f2806cc2a7f0ccb69153059ef6ce7;p=r2c2.git diff --git a/source/libr2c2/track.cpp b/source/libr2c2/track.cpp index 0411f15..b53342c 100644 --- a/source/libr2c2/track.cpp +++ b/source/libr2c2/track.cpp @@ -55,7 +55,6 @@ Track::Track(Layout &l, const TrackType &t): layout.add(*this); - for(unsigned paths = type.get_paths(); !(paths&1); ++active_path, paths>>=1) ; }