Remove unused stylesheet in gain_gui_vizia
This commit is contained in:
parent
922a81f654
commit
60d4490998
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue