diff options
Diffstat (limited to 'components/layout/layout_thread.rs')
-rw-r--r-- | components/layout/layout_thread.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout/layout_thread.rs b/components/layout/layout_thread.rs index 1a8bdfb4a19..f152fe6c695 100644 --- a/components/layout/layout_thread.rs +++ b/components/layout/layout_thread.rs @@ -1220,10 +1220,6 @@ impl LayoutThread { fn tick_all_animations<'a, 'b>(&mut self, possibly_locked_rw_data: &mut RwData<'a, 'b>) { let mut rw_data = possibly_locked_rw_data.lock(); self.tick_animations(&mut rw_data); - - self.script_chan - .send(ConstellationControlMsg::TickAllAnimations(self.id)) - .unwrap(); } pub fn tick_animations(&mut self, rw_data: &mut LayoutThreadData) { |