From: <pst...@us...> - 2008-03-31 04:07:23
|
Revision: 377 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=377&view=rev Author: pstieber Date: 2008-03-30 21:07:20 -0700 (Sun, 30 Mar 2008) Log Message: ----------- Removed some comments that mentioned JZEventFrame. Modified Paths: -------------- trunk/jazz/src/PianoFrame.cpp trunk/jazz/src/PianoFrame.h Modified: trunk/jazz/src/PianoFrame.cpp =================================================================== --- trunk/jazz/src/PianoFrame.cpp 2008-03-30 18:25:05 UTC (rev 376) +++ trunk/jazz/src/PianoFrame.cpp 2008-03-31 04:07:20 UTC (rev 377) @@ -742,10 +742,6 @@ mpPianoWindow->SetVisibleAllTracks(Value); } -/////////////////////////////////////////////////////////////////////////////// -// Function slurped from JZEventFrame -/////////////////////////////////////////////////////////////////////////////// - void JZPianoFrame::NewPlayPosition(int Clock) { mpPianoWindow->NewPlayPosition(Clock); Modified: trunk/jazz/src/PianoFrame.h =================================================================== --- trunk/jazz/src/PianoFrame.h 2008-03-30 18:25:05 UTC (rev 376) +++ trunk/jazz/src/PianoFrame.h 2008-03-31 04:07:20 UTC (rev 377) @@ -124,7 +124,6 @@ void OnVisibleAllTracks(wxCommandEvent& Event); void OnReset(wxCommandEvent& Event); - // Functions slurped from JZEventFrame public: void NewPlayPosition(int Clock); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |