Skip to content

Commit

Permalink
Merge pull request #2642 from uklotzde/cuecontroltest
Browse files Browse the repository at this point in the history
CueControlTest: Remove redundant code
  • Loading branch information
uklotzde authored Apr 13, 2020
2 parents 522e868 + f65051b commit 84f7398
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/cuecontrol_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,6 @@ TEST_F(CueControlTest, FollowCueOnQuantize) {
config()->set(ConfigKey("[Controls]", "CueRecall"),
ConfigValue(static_cast<int>(SeekOnLoadMode::MainCue)));
TrackPointer pTrack = createTestTrack();
pTrack->setAudioProperties(
mixxx::kEngineChannelCount,
mixxx::audio::SampleRate(44100),
mixxx::audio::Bitrate(),
mixxx::Duration::fromSeconds(10));
pTrack->setBpm(120.0);

const int frameSize = 2;
Expand Down

0 comments on commit 84f7398

Please sign in to comment.