Skip to content

Commit

Permalink
Cue: Delete obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Jul 7, 2021
1 parent 1c9c876 commit c86cbb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/track/cue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ inline mixxx::audio::FramePos positionMillisToFrames(
return mixxx::audio::kInvalidFramePos;
}

// Try to avoid rounding errors
return mixxx::audio::FramePos((*positionMillis * sampleRate) / 1000);
}
} // namespace
Expand Down

0 comments on commit c86cbb6

Please sign in to comment.