From 4c0c4aa245be6b27e9c958fc92ed5a4d5daa1bf0 Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Sun, 9 Jul 2023 18:16:05 +0200 Subject: [PATCH] Remove TODO in LadspaWidgetFactory --- plugins/LadspaEffect/LadspaWidgetFactory.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/LadspaEffect/LadspaWidgetFactory.cpp b/plugins/LadspaEffect/LadspaWidgetFactory.cpp index 040cd818b..8f09a333f 100644 --- a/plugins/LadspaEffect/LadspaWidgetFactory.cpp +++ b/plugins/LadspaEffect/LadspaWidgetFactory.cpp @@ -63,11 +63,6 @@ QWidget * LadspaWidgetFactory::createWidget(LadspaControl * ladspaControl, QWidg case INTEGER: case ENUM: case FLOATING: - // TODO Remove when not needed anymore - /*knob = new Knob(knobBright_26, parent, name); - knob->setModel(ladspaControl->knobModel()); - knob->setLabel(name); - break;*/ return new BarModelEditor(name, ladspaControl->knobModel(), parent); case TIME: