summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b3dpolygon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b3dpolygon.cxx')
-rw-r--r--basegfx/source/polygon/b3dpolygon.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/basegfx/source/polygon/b3dpolygon.cxx b/basegfx/source/polygon/b3dpolygon.cxx
index e7f088210bd0..69a375eed4c5 100644
--- a/basegfx/source/polygon/b3dpolygon.cxx
+++ b/basegfx/source/polygon/b3dpolygon.cxx
@@ -87,10 +87,6 @@ public:
{
}
- ~CoordinateDataArray3D()
- {
- }
-
::basegfx::B3DVector getNormal() const
{
::basegfx::B3DVector aRetval;
@@ -285,10 +281,6 @@ public:
}
}
- ~BColorArray()
- {
- }
-
bool operator==(const BColorArray& rCandidate) const
{
return (maVector == rCandidate.maVector);
@@ -442,10 +434,6 @@ public:
}
}
- ~NormalsArray3D()
- {
- }
-
bool operator==(const NormalsArray3D& rCandidate) const
{
return (maVector == rCandidate.maVector);
@@ -609,10 +597,6 @@ public:
}
}
- ~TextureCoordinate2D()
- {
- }
-
bool operator==(const TextureCoordinate2D& rCandidate) const
{
return (maVector == rCandidate.maVector);