summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2021-03-19 12:56:21 +0100
committerUwe Klotz <uklotz@mixxx.org>2021-03-19 12:56:21 +0100
commit8466ec18b01c5cded8b8437b61a1920abe22796f (patch)
tree32476847d96cfdcf515bf8acac32769a14ccd4db
parentda9fe6c063a0b0809c8f4466a8f792c4ed4b9da3 (diff)
Delete obsolete FIXME for Serato cue import
-rw-r--r--src/track/track.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/track/track.cpp b/src/track/track.cpp
index 4eb62999a0..456ba7018c 100644
--- a/src/track/track.cpp
+++ b/src/track/track.cpp
@@ -209,10 +209,6 @@ void Track::importMetadata(
}
}
- // FIXME: Move the Track::setCuePoints call to another location,
- // because we need the sample rate to calculate sample
- // positions for cues (and *correct* sample rate isn't known here).
- //
// If the Serato tags are empty they are not present. In this case
// all existing metadata must be preserved. Importing Serato metadata
// is done last to override any previously imported metadata.