diff --git a/src/LabelDialog.cpp b/src/LabelDialog.cpp index 923dfd092..2ac4ae92a 100644 --- a/src/LabelDialog.cpp +++ b/src/LabelDialog.cpp @@ -563,7 +563,6 @@ void LabelDialog::OnRemove(wxCommandEvent & WXUNUSED(event)) // Remove the row RowData &rd = mData[row]; - mTrackNames.RemoveAt(rd.index); mData.erase(mData.begin() + row); // Repopulate the grid