mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove constructions not in use
This commit is contained in:
parent
3d9ea1d54e
commit
89d0d13c42
4 changed files with 4 additions and 51 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue