From: <pst...@us...> - 2009-02-16 22:22:15
|
Revision: 703 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=703&view=rev Author: pstieber Date: 2009-02-16 21:39:33 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Removed old "should we create a snap selection object?" comments. Modified Paths: -------------- trunk/jazz/src/EventWindow.cpp trunk/jazz/src/PianoWindow.cpp Modified: trunk/jazz/src/EventWindow.cpp =================================================================== --- trunk/jazz/src/EventWindow.cpp 2009-02-16 21:36:54 UTC (rev 702) +++ trunk/jazz/src/EventWindow.cpp 2009-02-16 21:39:33 UTC (rev 703) @@ -487,8 +487,6 @@ { if (!mpMouseAction) { - // create mpSnapSel? - int x, y; MouseEvent.GetPosition(&x, &y); if ( Modified: trunk/jazz/src/PianoWindow.cpp =================================================================== --- trunk/jazz/src/PianoWindow.cpp 2009-02-16 21:36:54 UTC (rev 702) +++ trunk/jazz/src/PianoWindow.cpp 2009-02-16 21:39:33 UTC (rev 703) @@ -2011,8 +2011,6 @@ { if (!mpMouseAction) { - // create mpSnapSel? - int x, y; MouseEvent.GetPosition(&x, &y); if ( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |