From c9873a0885bf50544bc2b72154dc257c66cb7959 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 12 Aug 2025 22:34:13 +0300 Subject: layout: Remove by-ref animation_snapshot() getter It was used in only one place, and that place was due for an update to use the cached data. --- src/layout/tests.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/layout/tests.rs') diff --git a/src/layout/tests.rs b/src/layout/tests.rs index d7c66ba4..afb83d38 100644 --- a/src/layout/tests.rs +++ b/src/layout/tests.rs @@ -244,10 +244,6 @@ impl LayoutElement for TestWindow { &EMPTY } - fn animation_snapshot(&self) -> Option<&LayoutElementRenderSnapshot> { - None - } - fn take_animation_snapshot(&mut self) -> Option { None } -- cgit