1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-30 23:23:44 +02:00

Remove redudant comment

Residual from previous commit
This commit is contained in:
Steve Daulton 2016-09-13 00:48:44 +01:00 committed by GitHub
parent 340c1ff9f0
commit 740ec8b72b

View File

@ -1122,7 +1122,6 @@ bool ProgressDialog::Create(const wxString & title,
// There may be more than one column, so create a BoxSizer container
auto uColSizer = std::make_unique<wxBoxSizer>(wxHORIZONTAL);
//wxBoxSizer * pColSizer = safenew wxBoxSizer(wxHORIZONTAL);
auto colSizer = uColSizer.get();
for (size_t column = 0; column < arMessages.GetCount(); column++) {