summaryrefslogtreecommitdiff
path: root/chart2/source/tools/BaseGFXHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/BaseGFXHelper.cxx')
-rw-r--r--chart2/source/tools/BaseGFXHelper.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/chart2/source/tools/BaseGFXHelper.cxx b/chart2/source/tools/BaseGFXHelper.cxx
index 57f3a77d432f..aeae59d09ce9 100644
--- a/chart2/source/tools/BaseGFXHelper.cxx
+++ b/chart2/source/tools/BaseGFXHelper.cxx
@@ -194,16 +194,6 @@ void ReduceToRotationMatrix( ::basegfx::B3DHomMatrix & rB3DMatrix )
rB3DMatrix = aRotationMatrix;
}
-double Deg2Rad( double fDegrees )
-{
- return fDegrees * ( F_PI / 180.0 );
-}
-
-double Rad2Deg( double fRadians )
-{
- return fRadians * ( 180.0 / F_PI );
-}
-
} // namespace BaseGFXHelper
} // namespace chart