From: <pst...@us...> - 2013-01-02 17:30:04
|
Revision: 928 http://sourceforge.net/p/jazzplusplus/code/928 Author: pstieber Date: 2013-01-02 17:30:00 +0000 (Wed, 02 Jan 2013) Log Message: ----------- Commented out unused variables. Modified Paths: -------------- trunk/jazz/src/PianoWindow.cpp Modified: trunk/jazz/src/PianoWindow.cpp =================================================================== --- trunk/jazz/src/PianoWindow.cpp 2013-01-02 17:07:59 UTC (rev 927) +++ trunk/jazz/src/PianoWindow.cpp 2013-01-02 17:30:00 UTC (rev 928) @@ -1536,8 +1536,8 @@ // Coordinate lines. - int x0 = Clock2x(0); - int y0 = TrackIndex2y(64); +// int x0 = Clock2x(0); +// int y0 = TrackIndex2y(64); while (pEvent) { @@ -1649,8 +1649,8 @@ } } - x0 = x1; - y0 = y1; +// x0 = x1; +// y0 = y1; if (Clock > mToClock) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |