From: <pst...@us...> - 2008-05-27 01:28:13
|
Revision: 572 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=572&view=rev Author: pstieber Date: 2008-05-26 18:28:12 -0700 (Mon, 26 May 2008) Log Message: ----------- Cleaned up some commented code. Modified Paths: -------------- trunk/jazz/src/JazzPlusPlusApplication.cpp Modified: trunk/jazz/src/JazzPlusPlusApplication.cpp =================================================================== --- trunk/jazz/src/JazzPlusPlusApplication.cpp 2008-05-27 00:42:28 UTC (rev 571) +++ trunk/jazz/src/JazzPlusPlusApplication.cpp 2008-05-27 01:28:12 UTC (rev 572) @@ -137,17 +137,10 @@ // Create the main application window. mpTrackFrame = JZProjectManager::Instance()->CreateTrackView(); -// new JZTrackFrame( -// 0, -// "Jazz++", -// gpSong, -// wxPoint(10, 10), -// wxSize(600, 400)); gpTrackFrame = mpTrackFrame; // Show it and tell the application that it's our main window -// mpTrackFrame->Show(true); SetTopWindow(mpTrackFrame); return true; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |