From b3c3e116ff0eb9b550b73d3901395c042e31d192 Mon Sep 17 00:00:00 2001 From: Alexander Bergmann Date: Wed, 1 Feb 2012 16:34:15 +0000 Subject: unusedcode.easy: Removed unused code --- basegfx/inc/basegfx/point/b2ipoint.hxx | 5 ----- basegfx/inc/basegfx/point/b3ipoint.hxx | 5 ----- 2 files changed, 10 deletions(-) (limited to 'basegfx/inc/basegfx/point') diff --git a/basegfx/inc/basegfx/point/b2ipoint.hxx b/basegfx/inc/basegfx/point/b2ipoint.hxx index b74b559d898b..c356e1c5855b 100644 --- a/basegfx/inc/basegfx/point/b2ipoint.hxx +++ b/basegfx/inc/basegfx/point/b2ipoint.hxx @@ -118,11 +118,6 @@ namespace basegfx contrast to B2DVector, applied. */ B2IPoint& operator*=( const ::basegfx::B2DHomMatrix& rMat ); - - static const B2IPoint& getEmptyPoint() - { - return (const B2IPoint&) ::basegfx::B2ITuple::getEmptyTuple(); - } }; } // end of namespace basegfx diff --git a/basegfx/inc/basegfx/point/b3ipoint.hxx b/basegfx/inc/basegfx/point/b3ipoint.hxx index 334ff33a7b50..f773994728fe 100644 --- a/basegfx/inc/basegfx/point/b3ipoint.hxx +++ b/basegfx/inc/basegfx/point/b3ipoint.hxx @@ -130,11 +130,6 @@ namespace basegfx contrast to B3DVector, applied. */ B3IPoint& operator*=( const ::basegfx::B3DHomMatrix& rMat ); - - static const B3IPoint& getEmptyPoint() - { - return (const B3IPoint&) ::basegfx::B3ITuple::getEmptyTuple(); - } }; } // end of namespace basegfx -- cgit v1.2.3