summaryrefslogtreecommitdiff
path: root/tools/source/generic/b3dtrans.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/b3dtrans.cxx')
-rw-r--r--tools/source/generic/b3dtrans.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/source/generic/b3dtrans.cxx b/tools/source/generic/b3dtrans.cxx
index c6364b7c23e1..2b8929433540 100644
--- a/tools/source/generic/b3dtrans.cxx
+++ b/tools/source/generic/b3dtrans.cxx
@@ -153,7 +153,6 @@ void B3dTransformationSet::Reset()
mbPerspective = true;
mbProjectionValid = false;
- mbObjectToDeviceValid = false;
CalcViewport();
}
@@ -171,8 +170,6 @@ void B3dTransformationSet::SetOrientation(const basegfx::B3DPoint& rVRP, const b
maOrientation.identity();
Orientation(maOrientation, rVRP, rVPN, rVUP);
- mbObjectToDeviceValid = false;
-
PostSetOrientation();
}
@@ -202,9 +199,6 @@ void B3dTransformationSet::PostSetProjection()
// Assign and compute inverse
maInvProjection = GetProjection();
maInvProjection.invert();
-
- // invalidate dependent matrices
- mbObjectToDeviceValid = false;
}
/// Transformations for viewport
@@ -292,7 +286,6 @@ void B3dTransformationSet::SetRatio(double fNew)
{
mfRatio = fNew;
mbProjectionValid = false;
- mbObjectToDeviceValid = false;
}
}
@@ -306,7 +299,6 @@ void B3dTransformationSet::SetDeviceRectangle(double fL, double fR, double fB, d
mfTopBound = fT;
mbProjectionValid = false;
- mbObjectToDeviceValid = false;
// Broadcast changes
DeviceRectangleChange();
@@ -323,7 +315,6 @@ void B3dTransformationSet::SetPerspective(bool bNew)
{
mbPerspective = bNew;
mbProjectionValid = false;
- mbObjectToDeviceValid = false;
}
}
@@ -335,7 +326,6 @@ void B3dTransformationSet::SetViewportRectangle(Rectangle const & rRect, Rectang
maVisibleRectangle = rVisible;
mbProjectionValid = false;
- mbObjectToDeviceValid = false;
}
}