Skip to content

Commit

Permalink
Revert "BpmControl: add missing delete for m_pTranslateBeatsMove"
Browse files Browse the repository at this point in the history
This reverts commit 0570c03.
  • Loading branch information
ronso0 committed Mar 10, 2024
1 parent 0570c03 commit 69e1caf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/controls/bpmcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ BpmControl::~BpmControl() {
delete m_pTranslateBeatsMove;
delete m_pAdjustBeatsFaster;
delete m_pAdjustBeatsSlower;
delete m_pTranslateBeatsMove;
}

mixxx::Bpm BpmControl::getBpm() const {
Expand Down

0 comments on commit 69e1caf

Please sign in to comment.