summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implcustomsprite.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-27 15:28:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-28 07:43:56 +0200
commita12523644802f715ca57774b75f84e327dc221f7 (patch)
tree6f79ff40710f3a799370e805e963e2b0059bd019 /cppcanvas/source/wrapper/implcustomsprite.cxx
parent05ff3d67d0e2e436406786c949eb7cfca107ba33 (diff)
clang-tidy:readability-redundant-member-init
Change-Id: I48e6fb31df732805423b89ed91b6e4363a69b668 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121150 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppcanvas/source/wrapper/implcustomsprite.cxx')
-rw-r--r--cppcanvas/source/wrapper/implcustomsprite.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcanvas/source/wrapper/implcustomsprite.cxx b/cppcanvas/source/wrapper/implcustomsprite.cxx
index 71fe28a6682a..f6af05cf9e67 100644
--- a/cppcanvas/source/wrapper/implcustomsprite.cxx
+++ b/cppcanvas/source/wrapper/implcustomsprite.cxx
@@ -33,7 +33,6 @@ namespace cppcanvas::internal
ImplSprite( rParentCanvas,
rSprite,
rTransformArbiter ),
- mpLastCanvas(),
mxCustomSprite( rSprite )
{
OSL_ENSURE( rParentCanvas.is(), "ImplCustomSprite::ImplCustomSprite(): Invalid canvas" );