1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Remove unnecessary members of CommandHandler...

... see also commit 02d5e6c
This commit is contained in:
Paul Licameli
2020-01-03 20:22:45 -05:00
parent c9a9c06bd0
commit 02e5b8db07
3 changed files with 0 additions and 17 deletions

View File

@@ -1582,7 +1582,6 @@ bool AudacityApp::OnInit()
// seemed to arrive with wx3.
{
project = ProjectManager::New();
mCmdHandler->SetProject(project);
wxWindow * pWnd = MakeHijackPanel();
if (pWnd)
{