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:
parent
340c1ff9f0
commit
740ec8b72b
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user