remove HierarchyAndTimeTable
This commit is contained in:
parent
869a31ca5f
commit
f6d8f9d8ce
11 changed files with 50 additions and 88 deletions
|
@ -29,10 +29,6 @@ pub async fn get_hierarchy() -> wellen::Hierarchy {
|
|||
platform::get_hierarchy().await
|
||||
}
|
||||
|
||||
pub async fn get_time_table() -> wellen::TimeTable {
|
||||
platform::get_time_table().await
|
||||
}
|
||||
|
||||
pub async fn load_signal_and_get_timeline(
|
||||
signal_ref: wellen::SignalRef,
|
||||
screen_width: u32,
|
||||
|
|
Reference in a new issue