mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Leave arguments anonymous, remove unused variables in menu code...
... history window updates itself in response to events. The intention was to eliminate all mention of it in edit menu code.
This commit is contained in:
@@ -141,9 +141,8 @@ AudacityProject *DoImportMIDI(
|
||||
|
||||
struct Handler : CommandHandlerObject {
|
||||
|
||||
void OnNew(const CommandContext &context )
|
||||
void OnNew(const CommandContext & )
|
||||
{
|
||||
(void)context;// Compiler food
|
||||
CreateNewAudacityProject();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user