mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Fix compilation warnings
This commit is contained in:
@@ -32,7 +32,7 @@ CommandHandler::~CommandHandler()
|
||||
delete mCurrentContext;
|
||||
}
|
||||
|
||||
void CommandHandler::SetProject(AudacityProject *proj)
|
||||
void CommandHandler::SetProject(AudacityProject *)
|
||||
{
|
||||
// TODO: Review if the extend command handling is ever utilized
|
||||
// mCurrentContext->proj = proj;
|
||||
|
Reference in New Issue
Block a user