vcl/inc/animate/AnimationRenderer.hxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit ff7dd118bdc5d017d2dec28a4e37c3e3a6b97660 Author: Chris Sherlock <chris.sherloc...@gmail.com> AuthorDate: Wed Jul 20 19:56:51 2022 +1000 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Wed Oct 12 10:10:24 2022 +0200 vcl: Animation does not need to be friend of AnimationRenderer Change-Id: I76441d55d62b63d380417554cd236e7e3cf882e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/76408 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/vcl/inc/animate/AnimationRenderer.hxx b/vcl/inc/animate/AnimationRenderer.hxx index 0466518dfb1d..f75b88e29541 100644 --- a/vcl/inc/animate/AnimationRenderer.hxx +++ b/vcl/inc/animate/AnimationRenderer.hxx @@ -44,9 +44,6 @@ struct AnimationData class VCL_DLLPUBLIC AnimationRenderer { private: - - friend class Animation; - Animation* mpParent; VclPtr<OutputDevice> mpRenderContext; tools::Long mnRendererId;