summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implcanvas.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/implcanvas.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/implcanvas.cxx')
-rw-r--r--cppcanvas/source/wrapper/implcanvas.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppcanvas/source/wrapper/implcanvas.cxx b/cppcanvas/source/wrapper/implcanvas.cxx
index 3a186404ce2e..2760311d5ef7 100644
--- a/cppcanvas/source/wrapper/implcanvas.cxx
+++ b/cppcanvas/source/wrapper/implcanvas.cxx
@@ -35,8 +35,6 @@ namespace cppcanvas::internal
{
ImplCanvas::ImplCanvas( const uno::Reference< rendering::XCanvas >& xCanvas ) :
- maViewState(),
- maClipPolyPolygon(),
mxCanvas( xCanvas )
{
OSL_ENSURE( mxCanvas.is(), "Canvas::Canvas() invalid XCanvas" );