From 332c6f9c95ea60e366e25ce66b779032c1ebcd3c Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Thu, 7 Sep 2023 17:03:46 +0200 Subject: [PATCH] Another attempt to please CodeFactor Have another attempt to fix CodeFactor's complaints about `LadspaMatrixControlDialog.h`. --- plugins/LadspaEffect/LadspaMatrixControlDialog.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/LadspaEffect/LadspaMatrixControlDialog.h b/plugins/LadspaEffect/LadspaMatrixControlDialog.h index 4437e27fcb8..7cbde907577 100644 --- a/plugins/LadspaEffect/LadspaMatrixControlDialog.h +++ b/plugins/LadspaEffect/LadspaMatrixControlDialog.h @@ -50,9 +50,7 @@ class LadspaMatrixControlDialog : public EffectControlDialog Q_OBJECT public: LadspaMatrixControlDialog(LadspaControls* ctl); - bool isResizable() const override; - private slots: void updateEffectView(LadspaControls* ctl);