|
From: <pst...@us...> - 2008-04-09 00:26:00
|
Revision: 450
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=450&view=rev
Author: pstieber
Date: 2008-04-08 17:25:56 -0700 (Tue, 08 Apr 2008)
Log Message:
-----------
Removed a clear command.
Modified Paths:
--------------
trunk/jazz/src/GuitarWindow.cpp
Modified: trunk/jazz/src/GuitarWindow.cpp
===================================================================
--- trunk/jazz/src/GuitarWindow.cpp 2008-04-09 00:21:16 UTC (rev 449)
+++ trunk/jazz/src/GuitarWindow.cpp 2008-04-09 00:25:56 UTC (rev 450)
@@ -182,8 +182,6 @@
GetSize(&mWidth, &mHeight);
- Dc.Clear();
-
DrawBoard(Dc);
DrawPitch(Dc, mActivePitch, true);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|