diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-12 22:34:13 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-14 15:58:59 +0300 |
| commit | c9873a0885bf50544bc2b72154dc257c66cb7959 (patch) | |
| tree | df2c131a6ee17e0e0949c564ee82e97b1f725382 /src/layout/tests.rs | |
| parent | 7a6be2a923d8d19d544bb6c52cf172b89ca8298c (diff) | |
| download | niri-c9873a0885bf50544bc2b72154dc257c66cb7959.tar.gz niri-c9873a0885bf50544bc2b72154dc257c66cb7959.tar.bz2 niri-c9873a0885bf50544bc2b72154dc257c66cb7959.zip | |
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.
Diffstat (limited to 'src/layout/tests.rs')
| -rw-r--r-- | src/layout/tests.rs | 4 |
1 files changed, 0 insertions, 4 deletions
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<LayoutElementRenderSnapshot> { None } |
