Skip to content
Snippets Groups Projects
Commit 0329d618 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: erase dead code

parent 495d29ed
No related branches found
No related tags found
No related merge requests found
......@@ -126,19 +126,6 @@ ListSampleGenerator<TImage, TVectorData>
return static_cast<const VectorDataType *>(this->ProcessObject::GetInput(1));
}
/**
*
*/
//template < class TImage, class TVectorData >
//typename ListSampleGenerator<TImage, TVectorData>::DataObjectPointer
//ListSampleGenerator<TImage, TVectorData>
//::MakeOutput(unsigned int itkNotUsed(idx))
//{
// typename ListSampleType::Pointer listSample = ListSampleType::New();
// return static_cast<itk::DataObject*>(listSample);
//}
/**
*
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment