Remove empty destructors

This commit is contained in:
Hyunjin Song
2022-11-11 11:43:49 +09:00
parent 38607380dd
commit cef1d1f2ff
4 changed files with 0 additions and 16 deletions

View File

@@ -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;