From 48a8d6d8434908690bc2a51d27f1051bd550c9b0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 27 Jun 2016 15:08:50 +0200 Subject: loplugin:singlevalfields in various Change-Id: Ia0d8f463a4dba9ec63aa0159441e3e607dd3bf5e Reviewed-on: https://gerrit.libreoffice.org/26738 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/b3dtrans.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/tools/b3dtrans.hxx') diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx index a273dad56f9c..6dabf504c310 100644 --- a/include/tools/b3dtrans.hxx +++ b/include/tools/b3dtrans.hxx @@ -91,14 +91,8 @@ private: // of visible viewport area (logical coordinates) Rectangle maSetBound; - // Method of keeping defined aspect ratio - // default: Base3DRatioGrow - Base3DRatio meRatio; - // Flags bool mbPerspective : 1; - bool mbWorldToViewValid : 1; - bool mbInvTransObjectToEyeValid : 1; bool mbObjectToDeviceValid : 1; bool mbProjectionValid : 1; @@ -207,8 +201,6 @@ private: double fFocalLength; double fBankAngle; - bool bUseFocalLength : 1; - public: B3dCamera( const basegfx::B3DPoint& rPos = basegfx::B3DPoint(0.0, 0.0, 1.0), -- cgit