diff options
Diffstat (limited to 'src/window')
| -rw-r--r-- | src/window/mapped.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/window/mapped.rs b/src/window/mapped.rs index 995c76bf..f179bced 100644 --- a/src/window/mapped.rs +++ b/src/window/mapped.rs @@ -1174,10 +1174,6 @@ impl LayoutElement for Mapped { &self.rules } - fn animation_snapshot(&self) -> Option<&LayoutElementRenderSnapshot> { - self.animation_snapshot.as_ref() - } - fn take_animation_snapshot(&mut self) -> Option<LayoutElementRenderSnapshot> { self.animation_snapshot.take() } |
