|
From: <pst...@us...> - 2010-04-27 14:16:44
|
Revision: 769
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=769&view=rev
Author: pstieber
Date: 2010-04-27 14:16:38 +0000 (Tue, 27 Apr 2010)
Log Message:
-----------
Used #if 0 to remove the sequence length and MIDI delay dialogs.
This allowed the removal of the PropertyListDialog.h header :-)
Modified Paths:
--------------
trunk/jazz/src/Dialogs.h
Modified: trunk/jazz/src/Dialogs.h
===================================================================
--- trunk/jazz/src/Dialogs.h 2010-04-27 14:15:09 UTC (rev 768)
+++ trunk/jazz/src/Dialogs.h 2010-04-27 14:16:38 UTC (rev 769)
@@ -23,16 +23,18 @@
#ifndef JZ_DIALOGS_H
#define JZ_DIALOGS_H
+#if 0
#include "CommandUtilities.h"
#include "PropertyListDialog.h"
+#endif
+//class JZFilter;
+class JZEvent;
+//class JZEventFrame;
+//class JZEventWindow;
class JZPianoWindow;
-class JZFilter;
-class JZSong;
-class JZEventFrame;
-class JZEventWindow;
+//class JZSong;
class JZTrack;
-class JZEvent;
//class tShiftDlg : public tPropertyListDlg
//{
@@ -68,6 +70,7 @@
// void OnHelp();
//};
+#if 0
// seqLength
class tSeqLengthDlg : public tPropertyListDlg
{
@@ -102,6 +105,7 @@
bool OnClose();
void OnHelp();
};
+#endif
void EventDialog(
JZEvent*,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|