summaryrefslogtreecommitdiff
path: root/tools/source/generic/line.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/line.cxx')
-rw-r--r--tools/source/generic/line.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx
index 5e698d50c006..d86ff82cb739 100644
--- a/tools/source/generic/line.cxx
+++ b/tools/source/generic/line.cxx
@@ -39,11 +39,6 @@
#include <cstdlib>
#include <math.h>
-inline long FRound( double fVal )
-{
- return( fVal > 0.0 ? (long) ( fVal + 0.5 ) : -(long) ( -fVal + 0.5 ) );
-}
-
// --------
// - Line -
// --------