mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 10:46:55 +00:00
Remove unused stylesheet in gain_gui_vizia
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user