mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 06:03:49 +01:00
Fix some warnings for unused variables and labels...
... But not in cases where a return status is ignored.
This commit is contained in:
@@ -1753,7 +1753,7 @@ void AudioUnitEffect::SetHostUI(EffectUIHostInterface *host)
|
||||
|
||||
bool AudioUnitEffect::PopulateUI(wxWindow *parent)
|
||||
{
|
||||
OSStatus result;
|
||||
// OSStatus result;
|
||||
|
||||
mDialog = static_cast<wxDialog *>(wxGetTopLevelParent(parent));
|
||||
mParent = parent;
|
||||
|
||||
Reference in New Issue
Block a user