1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-03 15:20:17 +01:00

Fix for bug #1099...left in some debugging.

This commit is contained in:
Leland Lucius
2015-07-29 10:10:41 -05:00
parent b193033d9e
commit 32465d1686

View File

@@ -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),