From fa2e08e81c886edf4dfa6e54d2ef002cecb8905a Mon Sep 17 00:00:00 2001 From: unspeaker Date: Sat, 26 Apr 2025 15:36:09 +0300 Subject: [PATCH] model: remove keys fields --- crates/app/src/model.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/crates/app/src/model.rs b/crates/app/src/model.rs index 329db14d..83cc71cb 100644 --- a/crates/app/src/model.rs +++ b/crates/app/src/model.rs @@ -47,16 +47,6 @@ use crate::*; pub ports: std::collections::BTreeMap>, /// View definition pub view: SourceIter<'static>, - // Input definitions - pub keys: SourceIter<'static>, - // Input definitions when a clip is focused - pub keys_clip: SourceIter<'static>, - // Input definitions when a track is focused - pub keys_track: SourceIter<'static>, - // Input definitions when a scene is focused - pub keys_scene: SourceIter<'static>, - // Input definitions when the mix is focused - pub keys_mix: SourceIter<'static>, // Cache of formatted strings pub view_cache: Arc>, // Input handler function