diff options
-rw-r--r-- | vcl/source/animate/Animation.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 |