From: <pst...@us...> - 2010-04-27 14:07:25
|
Revision: 767 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=767&view=rev Author: pstieber Date: 2010-04-27 14:07:18 +0000 (Tue, 27 Apr 2010) Log Message: ----------- Used #if 0 to removed the sequence length and MIDI delay dialogs. This allowed the removal of the DeprecatedWx/proplist.h include file :-) Modified Paths: -------------- trunk/jazz/src/Dialogs.cpp Modified: trunk/jazz/src/Dialogs.cpp =================================================================== --- trunk/jazz/src/Dialogs.cpp 2010-04-27 14:02:36 UTC (rev 766) +++ trunk/jazz/src/Dialogs.cpp 2010-04-27 14:07:18 UTC (rev 767) @@ -24,7 +24,9 @@ #include "ClockDialog.h" #include "Command.h" +#if 0 #include "DeprecatedWx/proplist.h" +#endif #include "Dialogs/ControllerDialog.h" #include "Dialogs/EndOfTrackDialog.h" #include "Dialogs/KeyOnDialog.h" @@ -149,6 +151,7 @@ +#if 0 //***************************************************************************** // seqLength //***************************************************************************** @@ -251,9 +254,9 @@ //System 3: } +#endif - //***************************************************************************** // Event-Dialog //***************************************************************************** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |