1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-18 17:47:41 +02:00

Removed redundant operation.

This commit is contained in:
Cory Cook 2015-05-26 12:05:31 -07:00
parent 82c99a109e
commit f634e44e3a

View File

@ -326,7 +326,6 @@ void BatchProcessDialog::OnApplyToFiles(wxCommandEvent & WXUNUSED(event))
mList->SetItemImage(i, 1, 1); mList->SetItemImage(i, 1, 1);
mList->EnsureVisible(i); mList->EnsureVisible(i);
project->OnRemoveTracks();
project->Import(files[i]); project->Import(files[i]);
project->OnSelectAll(); project->OnSelectAll();
if (!mBatchCommands.ApplyChain()) { if (!mBatchCommands.ApplyChain()) {