summaryrefslogtreecommitdiffstats
path: root/src/Float32VolumeData3DMemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Float32VolumeData3DMemory.cpp')
-rw-r--r--src/Float32VolumeData3DMemory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Float32VolumeData3DMemory.cpp b/src/Float32VolumeData3DMemory.cpp
index af45cb9..14adb1a 100644
--- a/src/Float32VolumeData3DMemory.cpp
+++ b/src/Float32VolumeData3DMemory.cpp
@@ -136,7 +136,6 @@ CFloat32VolumeData2D * CFloat32VolumeData3DMemory::fetchSliceZ(int _iSliceIndex)
CFloat32VolumeData2D* res = new CFloat32VolumeData2D(&volGeom);
// copy data
- int iSliceCount = m_pGeometry->getGridSliceCount();
float * pfTargetData = res->getData();
for(int iRowIndex = 0; iRowIndex < iRowCount; iRowIndex++)
{