a11y/zoom: Drop last state

This commit is contained in:
Victoria Brekenfeld 2025-03-25 14:49:38 +01:00 committed by Victoria Brekenfeld
parent 83a7926748
commit babb96ddfa
4 changed files with 4 additions and 96 deletions

View file

@ -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,