Skip to content

Commit

Permalink
make pre commit happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
poelzi committed Oct 29, 2020
1 parent 94dfdb2 commit 8fdd642
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/controllers/controlpickermenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,13 +668,6 @@ ControlPickerMenu::ControlPickerMenu(QWidget* pParent)
false,
m_libraryStr);

// Load track (these can be loaded into any channel)
addDeckAndSamplerControl("LoadSelectedTrack",
tr("Load Track"),
tr("Load selected track"), libraryMenu);
addDeckAndSamplerAndPreviewDeckControl("LoadSelectedTrackAndPlay", tr("Track Load and Play"),
tr("Load selected track and play"), libraryMenu);

libraryMenu->addSeparator();
addControl("[Recording]", "toggle_recording",
tr("Record Mix"),
Expand Down

0 comments on commit 8fdd642

Please sign in to comment.