summaryrefslogtreecommitdiff
path: root/starmath/inc/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r--starmath/inc/utility.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index 0870e6e686aa..7ba0a1e4f402 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -44,14 +44,6 @@ inline long SmPtsTo100th_mm(long nNumPts)
}
-inline long SmPtsTo100th_mm(const Fraction &rNumPts)
- // as above but with argument 'rNumPts' as 'Fraction'
-{
- Fraction aTmp (254000L, 7227L);
- return aTmp *= rNumPts;
-}
-
-
inline Fraction Sm100th_mmToPts(long nNum100th_mm)
// returns the length (in points) that corresponds to the length
// 'nNum100th_mm' (in 100th of mm).