summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/processor3d/zbufferprocessor3d.cxx')
-rw-r--r--drawinglayer/source/processor3d/zbufferprocessor3d.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
index 1ce54a3bfe36..0d9354cf303c 100644
--- a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
+++ b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
@@ -403,21 +403,6 @@ public:
{
}
- RasterPrimitive3D& operator=(const RasterPrimitive3D& rComp)
- {
- mpGeoTexSvx = rComp.mpGeoTexSvx;
- mpTransparenceGeoTexSvx = rComp.mpTransparenceGeoTexSvx;
- maMaterial = rComp.maMaterial;
- maPolyPolygon = rComp.maPolyPolygon;
- mfCenterZ = rComp.mfCenterZ;
- mbModulate = rComp.mbModulate;
- mbFilter = rComp.mbFilter;
- mbSimpleTextureActive = rComp.mbSimpleTextureActive;
- mbIsLine = rComp.mbIsLine;
-
- return *this;
- }
-
bool operator<(const RasterPrimitive3D& rComp) const
{
return mfCenterZ < rComp.mfCenterZ;