From 1d851f0a8fa093e044c7264569cc6f88df39a16e Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Thu, 26 Jan 2017 14:57:42 +0100
Subject: Remove unused 3d global min/max

---
 matlab/mex/mexDataManagerHelpFunctions.cpp | 11 -----------
 1 file changed, 11 deletions(-)

(limited to 'matlab/mex/mexDataManagerHelpFunctions.cpp')

diff --git a/matlab/mex/mexDataManagerHelpFunctions.cpp b/matlab/mex/mexDataManagerHelpFunctions.cpp
index ebf6f8f..c47ee27 100644
--- a/matlab/mex/mexDataManagerHelpFunctions.cpp
+++ b/matlab/mex/mexDataManagerHelpFunctions.cpp
@@ -164,17 +164,6 @@ checkDataSize(const mxArray * const mArray,
 			&& (zOffset + geom->getGridSliceCount()) <= dims[2]);
 }
 
-//-----------------------------------------------------------------------------------------
-void
-updateStatistics(const std::vector<astra::CFloat32Data3DMemory *> & vecIn)
-{
-	const size_t tot_size = vecIn.size();
-	for (size_t count = 0; count < tot_size; count++)
-	{
-		vecIn[count]->updateStatistics();
-	}
-}
-
 //-----------------------------------------------------------------------------------------
 void
 getDataPointers(const std::vector<astra::CFloat32Data3DMemory *> & vecIn,
-- 
cgit v1.2.3