diff --git a/plugins/examples/gain_gui_vizia/src/editor.rs b/plugins/examples/gain_gui_vizia/src/editor.rs index a5da0d81..f42176c2 100644 --- a/plugins/examples/gain_gui_vizia/src/editor.rs +++ b/plugins/examples/gain_gui_vizia/src/editor.rs @@ -9,8 +9,6 @@ use std::time::Duration; use crate::GainParams; -const STYLE: &str = r#""#; - #[derive(Lens)] struct Data { params: Arc, @@ -33,8 +31,6 @@ pub(crate) fn create( assets::register_noto_sans_light(cx); assets::register_noto_sans_thin(cx); - cx.add_theme(STYLE); - Data { params: params.clone(), peak_meter: peak_meter.clone(),