a11y/zoom: Drop last state
This commit is contained in:
parent
83a7926748
commit
babb96ddfa
4 changed files with 4 additions and 96 deletions
|
|
@ -197,7 +197,6 @@ pub struct Common {
|
|||
|
||||
pub popups: PopupManager,
|
||||
pub shell: Arc<RwLock<Shell>>,
|
||||
pub zoom_config_debounce: Option<RegistrationToken>,
|
||||
|
||||
pub clock: Clock<Monotonic>,
|
||||
pub startup_done: Arc<AtomicBool>,
|
||||
|
|
@ -615,7 +614,6 @@ impl State {
|
|||
|
||||
popups: PopupManager::default(),
|
||||
shell,
|
||||
zoom_config_debounce: None,
|
||||
|
||||
local_offset,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue