Remove empty destructors
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user