removed unused socket and empty function in delaycontrols
This commit is contained in:
@@ -43,14 +43,6 @@ DelayControls::DelayControls(DelayEffect* effect):
|
||||
|
||||
|
||||
|
||||
void DelayControls::changeControl()
|
||||
{
|
||||
//engine::getSong()->setModified();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void DelayControls::loadSettings(const QDomElement &_this)
|
||||
{
|
||||
m_delayTimeModel.loadSettings(_this, "DelayTimeSamples" );
|
||||
|
||||
@@ -55,9 +55,6 @@ public:
|
||||
return new DelayControlsDialog( this );
|
||||
}
|
||||
|
||||
private slots:
|
||||
void changeControl();
|
||||
|
||||
private:
|
||||
DelayEffect* m_effect;
|
||||
TempoSyncKnobModel m_delayTimeModel;
|
||||
|
||||
Reference in New Issue
Block a user