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

@ -33,7 +33,6 @@ pub struct Page {
cancellable: RefCell<Cancellable>,
// Actions
browser_action: Rc<BrowserAction>,
window_action: Rc<WindowAction>,
tab_action: Rc<TabAction>,
// Components
navigation: Rc<Navigation>,
@ -78,7 +77,6 @@ impl Page {
id,
// Actions
browser_action,
window_action,
tab_action,
// Components
content,