1
0
Fork 0

Remove unused stylesheet in gain_gui_vizia

This commit is contained in:
Robbert van der Helm 2022-11-11 16:21:47 +01:00
parent 922a81f654
commit 60d4490998

View file

@ -9,8 +9,6 @@ use std::time::Duration;
use crate::GainParams;
const STYLE: &str = r#""#;
#[derive(Lens)]
struct Data {
params: Arc<GainParams>,
@ -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(),