From 00269d39f655bb0ecb38c043a9516b4faefe6708 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 29 Jul 2015 13:51:49 +0200 Subject: svx: remove duplicate "Kuerzen" function Change-Id: I319ba12684398bcdfcd8d8ede1648e1d213e75a7 --- include/svx/svdtrans.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/svx/svdtrans.hxx b/include/svx/svdtrans.hxx index f70bfed5c857..e54c74511cb0 100644 --- a/include/svx/svdtrans.hxx +++ b/include/svx/svdtrans.hxx @@ -249,12 +249,6 @@ SVX_DLLPUBLIC void OrthoDistance4(const Point& rPt0, Point& rPt, bool bBigOrtho) // Calculation and intermediate values are in BigInt SVX_DLLPUBLIC long BigMulDiv(long nVal, long nMul, long nDiv); -// Lossy cancellation of a fraction -// nDigits specifies, how many significant digits the numerator -// and denominator should at least be retained -void Kuerzen(Fraction& rF, unsigned nDigits); - - class FrPair { Fraction aX; Fraction aY; -- cgit