diff options
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/numeric/ftools.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/basegfx/numeric/ftools.hxx b/include/basegfx/numeric/ftools.hxx index 5ce21f7bf95f..dc388798667e 100644 --- a/include/basegfx/numeric/ftools.hxx +++ b/include/basegfx/numeric/ftools.hxx @@ -136,10 +136,6 @@ namespace basegfx return v / M_PI_2 * 90.0; } - /** Snap v to the range [0.0 .. fWidth] using modulo - */ - double snapToZeroRange(double v, double fWidth); - /** return fValue with the sign of fSignCarrier, thus evtl. changed */ inline double copySign(double fValue, double fSignCarrier) |