chore: remove dead code

This commit is contained in:
🪞👃🪞 2024-07-12 15:44:19 +03:00
parent 145827913a
commit 0cc8d88e5f
7 changed files with 20 additions and 61 deletions

View file

@ -1,9 +1,9 @@
use crate::{core::*,view::*,model::{App, AppSection}};
use crate::core::*;
pub struct TransportToolbar {
mode: bool,
pub focused: bool,
pub entered: bool,
pub mode: bool,
pub focused: bool,
pub entered: bool,
/// Current sample rate, tempo, and PPQ.
pub timebase: Arc<Timebase>,
/// JACK transport handle.