mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
ThomasFeher - Unused parameters clean up.
This commit is contained in:
@@ -562,7 +562,7 @@ void LabelDialog::OnRemove(wxCommandEvent & WXUNUSED(event))
|
||||
}
|
||||
|
||||
// Remove the row
|
||||
RowData &rd = mData[row];
|
||||
//RowData &rd = mData[row];
|
||||
mData.erase(mData.begin() + row);
|
||||
|
||||
// Repopulate the grid
|
||||
|
||||
Reference in New Issue
Block a user