Skip to content

Commit

Permalink
DlgTrackInfo: remove obsolete trackUpdated() method
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Apr 23, 2023
1 parent 9e40d85 commit 0a16e8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/library/dlgtrackinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ void DlgTrackInfo::slotCancel() {
reject();
}

void DlgTrackInfo::trackUpdated() {
}

void DlgTrackInfo::slotNextButton() {
loadNextTrack();
}
Expand Down
2 changes: 0 additions & 2 deletions src/library/dlgtrackinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ class DlgTrackInfo : public QDialog, public Ui::DlgTrackInfo {
void slotApply();
void slotCancel();

void trackUpdated();

void slotBpmScale(mixxx::Beats::BpmScale bpmScale);
void slotBpmClear();
void slotBpmConstChanged(int state);
Expand Down

0 comments on commit 0a16e8f

Please sign in to comment.