1
0
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:
Paul Licameli
2016-09-18 10:59:50 -04:00
parent 54c993c4f5
commit 53936ac970
6 changed files with 10 additions and 10 deletions

View File

@@ -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;