mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
OnShowEffectsRack follows the unused argument convention
This commit is contained in:
parent
7134ca662f
commit
d77daa027e
@ -6825,7 +6825,7 @@ void AudacityProject::OnResetToolBars(const CommandContext &WXUNUSED(context) )
|
||||
}
|
||||
|
||||
#if defined(EXPERIMENTAL_EFFECTS_RACK)
|
||||
void AudacityProject::OnShowEffectsRack(const CommandContext &)
|
||||
void AudacityProject::OnShowEffectsRack(const CommandContext &WXUNUSED(context) )
|
||||
{
|
||||
EffectManager::Get().ShowRack();
|
||||
}
|
||||
|
@ -382,7 +382,7 @@ void OnShowTranscriptionToolBar(const CommandContext &context );
|
||||
void OnResetToolBars(const CommandContext &context );
|
||||
|
||||
#if defined(EXPERIMENTAL_EFFECTS_RACK)
|
||||
void OnShowEffectsRack(const CommandContext &);
|
||||
void OnShowEffectsRack(const CommandContext &context );
|
||||
#endif
|
||||
|
||||
// Transport Menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user