remove constructions not in use

This commit is contained in:
yggverse 2024-11-11 13:25:43 +02:00
parent 3d9ea1d54e
commit 89d0d13c42
4 changed files with 4 additions and 51 deletions

View file

@ -22,7 +22,6 @@ pub struct Item {
// useful as widget name in GTK actions callback
id: GString,
// Components
action: Rc<Action>,
page: Rc<Page>,
widget: Rc<Widget>,
}
@ -94,12 +93,7 @@ impl Item {
});
// Done
Self {
id,
action,
page,
widget,
}
Self { id, page, widget }
}
// Actions