Remove unused API
This commit is contained in:
parent
5b1894a9b1
commit
145f3f55e9
1 changed files with 0 additions and 12 deletions
|
@ -77,9 +77,6 @@ impl ActivityIndicator {
|
||||||
cx.observe(auto_updater, |_, _, cx| cx.notify()).detach();
|
cx.observe(auto_updater, |_, _, cx| cx.notify()).detach();
|
||||||
}
|
}
|
||||||
|
|
||||||
// cx.observe_active_labeled_tasks(|_, cx| cx.notify())
|
|
||||||
// .detach();
|
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
statuses: Default::default(),
|
statuses: Default::default(),
|
||||||
project: project.clone(),
|
project: project.clone(),
|
||||||
|
@ -288,15 +285,6 @@ impl ActivityIndicator {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo!(show active tasks)
|
|
||||||
// if let Some(most_recent_active_task) = cx.active_labeled_tasks().last() {
|
|
||||||
// return Content {
|
|
||||||
// icon: None,
|
|
||||||
// message: most_recent_active_task.to_string(),
|
|
||||||
// on_click: None,
|
|
||||||
// };
|
|
||||||
// }
|
|
||||||
|
|
||||||
Default::default()
|
Default::default()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue