From 5711f77cc79f5876672ffad4f6e4f7388925be22 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 13 Mar 2022 23:33:43 +0100 Subject: [PATCH] Remove old todo about adding an egui generic UI --- nih_plug_egui/src/widgets.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/nih_plug_egui/src/widgets.rs b/nih_plug_egui/src/widgets.rs index d73468b8..70b12e5c 100644 --- a/nih_plug_egui/src/widgets.rs +++ b/nih_plug_egui/src/widgets.rs @@ -10,6 +10,3 @@ mod param_slider; pub mod util; pub use param_slider::ParamSlider; - -// TODO: At some opint add some generic UI widget that shows an entire Params struct (in order) -// along with the parameter's names as sliders