arranger: tweaks, incl. remove unused rendering code

This commit is contained in:
🪞👃🪞 2025-05-17 15:02:38 +03:00
parent 5ed69edd02
commit ef6aa9ab07
7 changed files with 65 additions and 300 deletions

View file

@ -237,9 +237,6 @@ impl App {
}
impl ScenesView for App {
fn arrangement (&self) -> &Arrangement {
&self.project
}
fn h_scenes (&self) -> u16 {
(self.height() as u16).saturating_sub(20)
}