mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 23:44:13 +02:00
ThomasFeher - Unused parameters clean up.
This commit is contained in:
@@ -1411,7 +1411,7 @@ bool LadspaEffect::PopulateUI(wxWindow *parent)
|
||||
item = safenew wxStaticText(w, 0, labelText + wxT(":"));
|
||||
gridSizer->Add(item, 0, wxALIGN_CENTER_VERTICAL | wxALIGN_RIGHT | wxALL, 5);
|
||||
|
||||
LADSPA_PortRangeHint hint = mData->PortRangeHints[p];
|
||||
//LADSPA_PortRangeHint hint = mData->PortRangeHints[p];
|
||||
|
||||
wxString bound;
|
||||
float lower = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user