mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
model: remove keys fields
This commit is contained in:
parent
0f9cb1437f
commit
fa2e08e81c
1 changed files with 0 additions and 10 deletions
|
|
@ -47,16 +47,6 @@ use crate::*;
|
|||
pub ports: std::collections::BTreeMap<u32, Port<Unowned>>,
|
||||
/// 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<RwLock<ViewCache>>,
|
||||
// Input handler function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue