summaryrefslogtreecommitdiff
path: root/include/basegfx/raster/bzpixelraster.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/raster/bzpixelraster.hxx')
-rw-r--r--include/basegfx/raster/bzpixelraster.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/basegfx/raster/bzpixelraster.hxx b/include/basegfx/raster/bzpixelraster.hxx
index f11dcf26a9f9..722abdee89bb 100644
--- a/include/basegfx/raster/bzpixelraster.hxx
+++ b/include/basegfx/raster/bzpixelraster.hxx
@@ -33,13 +33,6 @@ namespace basegfx
sal_uInt16* mpZBuffer;
public:
- // reset
- void resetZ()
- {
- reset();
- memset(mpZBuffer, 0, sizeof(sal_uInt16) * mnCount);
- }
-
// constructor/destructor
BZPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight)
: BPixelRaster(nWidth, nHeight),