mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
deactivate not in use constructions
This commit is contained in:
parent
8113022cd4
commit
6f7a21705e
3 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,6 @@ pub struct Page {
|
|||
cancellable: RefCell<Cancellable>,
|
||||
// Actions
|
||||
browser_action: Rc<BrowserAction>,
|
||||
window_action: Rc<WindowAction>,
|
||||
tab_action: Rc<TabAction>,
|
||||
action_page_load: SimpleAction,
|
||||
// Components
|
||||
|
|
@ -93,7 +92,6 @@ impl Page {
|
|||
id,
|
||||
// Actions
|
||||
browser_action,
|
||||
window_action,
|
||||
tab_action,
|
||||
action_page_load: action_page_load.clone(),
|
||||
// Components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue