mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
chore: remove dead code
This commit is contained in:
parent
145827913a
commit
0cc8d88e5f
7 changed files with 20 additions and 61 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue