summaryrefslogtreecommitdiff
path: root/include/canvas/canvastools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/canvastools.hxx')
-rw-r--r--include/canvas/canvastools.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx
index 33f9060c3909..67119cf914b8 100644
--- a/include/canvas/canvastools.hxx
+++ b/include/canvas/canvastools.hxx
@@ -102,9 +102,6 @@ namespace canvas
*
*/
- // mickey's math tricks...
- inline unsigned int pow2( unsigned int c ) { return 0x1 << c; }
-
/** Round given floating point value down to next integer
*/
inline sal_Int32 roundDown( const double& rVal )