--- qsampler/trunk/src/qsamplerChannel.h 2006/11/30 10:39:12 960 +++ qsampler/trunk/src/qsamplerChannel.h 2006/12/03 18:26:13 961 @@ -30,7 +30,6 @@ #include "qsamplerOptions.h" class qsamplerDevice; -class qsamplerMainForm; // Typedef'd QMap. @@ -46,19 +45,10 @@ public: // Constructor. - qsamplerChannel(qsamplerMainForm *pMainForm, int iChannelID = -1); + qsamplerChannel(int iChannelID = -1); // Default destructor. ~qsamplerChannel(); - // Main application form accessor. - qsamplerMainForm *mainForm() const; - - // Main application options accessor. - qsamplerOptions *options() const; - - // LSCP client descriptor accessor. - lscp_client_t * client() const; - // Add/remove sampler channel methods. bool addChannel(); bool removeChannel(); @@ -165,9 +155,6 @@ private: - // Main application form reference. - qsamplerMainForm *m_pMainForm; - // Unique channel identifier. int m_iChannelID;