vcl/source/animate/Animation.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 65b2aa877dd8a9fd42992faf532144d22ae93182
Author:     Chris Sherlock <chris.sherloc...@gmail.com>
AuthorDate: Fri Oct 14 04:53:38 2022 +1100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Oct 14 08:35:49 2022 +0200

    vcl: followup 'vcl: extract function CreateAnimationDataItems'
    
    Change-Id: I25d2057477dae952e2ded966cf2f7feedf6d90f9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141341
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/vcl/source/animate/Animation.cxx b/vcl/source/animate/Animation.cxx
index 5582c3b9a848..8217978d26ef 100644
--- a/vcl/source/animate/Animation.cxx
+++ b/vcl/source/animate/Animation.cxx
@@ -304,10 +304,6 @@ IMPL_LINK_NOARG(Animation, ImplTimeoutHdl, Timer*, void)
 
         if (maNotifyLink.IsSet())
         {
-            std::vector<std::unique_ptr<AnimationData>> aDataItems;
-            for (auto const& i : maRenderers)
-                aDataItems.emplace_back(i->createAnimationData());
-
             maNotifyLink.Call(this);
 
             // set view state from AnimationData structure

Reply via email to