From: <pst...@us...> - 2011-08-07 21:49:28
|
Revision: 900 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=900&view=rev Author: pstieber Date: 2011-08-07 21:49:22 +0000 (Sun, 07 Aug 2011) Log Message: ----------- 1. Removed commented code. 2. Cleaned up the JZListen singleton in the destructor. Modified Paths: -------------- trunk/jazz/src/PianoWindow.cpp Modified: trunk/jazz/src/PianoWindow.cpp =================================================================== --- trunk/jazz/src/PianoWindow.cpp 2011-08-06 22:29:04 UTC (rev 899) +++ trunk/jazz/src/PianoWindow.cpp 2011-08-07 21:49:22 UTC (rev 900) @@ -659,10 +659,6 @@ //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- -//JZListen JZPianoWindow::mListen; - -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- JZPianoWindow::JZPianoWindow( JZPianoFrame* pPianoFrame, JZProject* pProject, @@ -731,6 +727,7 @@ delete mpFixedFont; delete mpDrumFont; delete mpFrameBuffer; + JZListen::Destroy(); } //----------------------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |