Remove TODO in LadspaWidgetFactory

This commit is contained in:
Michael Gregorius
2023-07-09 18:16:05 +02:00
parent d22a0e5ce6
commit 4c0c4aa245

View File

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