1
0
Fork 0
forked from wry/wry

autocommit 2022-04-23 01:40:39 CEST

This commit is contained in:
Julian Orth 2022-04-23 01:40:39 +02:00
parent e3b3d848c3
commit 025efbaccc
4 changed files with 19 additions and 45 deletions

View file

@ -71,10 +71,6 @@ pub trait ToplevelNode: Node {
}
}
fn tl_title(&self) -> String {
self.tl_data().title.borrow_mut().clone()
}
fn tl_title_changed(&self) {
let data = self.tl_data();
let title = data.title.borrow_mut();