summaryrefslogtreecommitdiff
path: root/basegfx/source/vector/b2ivector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/vector/b2ivector.cxx')
-rw-r--r--basegfx/source/vector/b2ivector.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/basegfx/source/vector/b2ivector.cxx b/basegfx/source/vector/b2ivector.cxx
index bb3ac61ee75b..cac7821040fe 100644
--- a/basegfx/source/vector/b2ivector.cxx
+++ b/basegfx/source/vector/b2ivector.cxx
@@ -74,12 +74,6 @@ namespace basegfx
return *this;
}
- bool areParallel( const B2IVector& rVecA, const B2IVector& rVecB )
- {
- double fVal(rVecA.getX() * rVecB.getY() - rVecA.getY() * rVecB.getX());
- return ::basegfx::fTools::equalZero(fVal);
- }
-
B2IVector operator*( const B2DHomMatrix& rMat, const B2IVector& rVec )
{
B2IVector aRes( rVec );