Remove empty destructors
This commit is contained in:
@@ -44,7 +44,6 @@ class LMMS_EXPORT LadspaMatrixControlView : public QWidget, public ModelView
|
||||
Q_OBJECT
|
||||
public:
|
||||
LadspaMatrixControlView( QWidget * parent, LadspaControl * ladspaControl );
|
||||
virtual ~LadspaMatrixControlView();
|
||||
|
||||
private:
|
||||
LadspaControl * m_ladspaControl;
|
||||
|
||||
@@ -76,13 +76,6 @@ LadspaMatrixControlDialog::LadspaMatrixControlDialog( LadspaControls * ladspaCon
|
||||
|
||||
|
||||
|
||||
LadspaMatrixControlDialog::~LadspaMatrixControlDialog()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void LadspaMatrixControlDialog::updateEffectView( LadspaControls * ladspaControls )
|
||||
{
|
||||
QList<QWidget *> list = findChildren<QWidget *>();
|
||||
|
||||
@@ -47,7 +47,6 @@ class LadspaMatrixControlDialog : public EffectControlDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
LadspaMatrixControlDialog( LadspaControls * _ctl );
|
||||
~LadspaMatrixControlDialog();
|
||||
|
||||
virtual bool isResizable() const { return true; }
|
||||
|
||||
|
||||
@@ -86,11 +86,4 @@ LadspaMatrixControlView::LadspaMatrixControlView( QWidget * parent,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
LadspaMatrixControlView::~LadspaMatrixControlView()
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace lmms::gui
|
||||
|
||||
Reference in New Issue
Block a user