summaryrefslogtreecommitdiff
path: root/include/basegfx/point/b2ipoint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/point/b2ipoint.hxx')
-rw-r--r--include/basegfx/point/b2ipoint.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/basegfx/point/b2ipoint.hxx b/include/basegfx/point/b2ipoint.hxx
index e092e35a6b1f..7a930d69eb5e 100644
--- a/include/basegfx/point/b2ipoint.hxx
+++ b/include/basegfx/point/b2ipoint.hxx
@@ -60,15 +60,6 @@ namespace basegfx
: B2ITuple(nX, nY)
{}
- /** Create a copy of a 2D Point
-
- @param rPoint
- The 2D Point which will be copied.
- */
- B2IPoint(const B2IPoint& rPoint)
- : B2ITuple(rPoint)
- {}
-
/** constructor with tuple to allow copy-constructing
from B2ITuple-based classes
*/
@@ -76,9 +67,6 @@ namespace basegfx
: B2ITuple(rTuple)
{}
- ~B2IPoint()
- {}
-
/** *=operator to allow usage from B2IPoint, too
*/
B2IPoint& operator*=( const B2IPoint& rPnt )