diff --git a/src/Project.cpp b/src/Project.cpp index 297de91d9..93560fea5 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -489,8 +489,6 @@ AudacityProject *CreateNewAudacityProject() bool bIconized; GetNextWindowPlacement(&wndRect, &bMaximized, &bIconized); -wndRect.width = 500; -wndRect.height = 500; //Create and show a new project AudacityProject *p = new AudacityProject(NULL, -1, wxPoint(wndRect.x, wndRect.y),