Salome HOME
SMH: 3.0.0 preparation - merged and adopted version (POLYWORK+HEAD)
[modules/visu.git] / src / PIPELINE / VISU_UsedPointsFilter.cxx
index 6c52da23b33269b32e4d29fe4116231572fd4952..284c129536fa9ea691e561e657f70fac9af1c4b5 100644 (file)
@@ -55,7 +55,6 @@ void VISU_UsedPointsFilter::Execute(){
   anOutput->CopyStructure(anInput);
 
   vtkPoints* aPoints = vtkPoints::New();
-  vtkIdType aCellSize = anInput->GetMaxCellSize();
   vtkIdList *anIdList = vtkIdList::New(); 
   vtkIdType iEnd = anInput->GetNumberOfPoints();
   for(vtkIdType i = 0; i < iEnd; i++){