Skip to content
Snippets Groups Projects
Commit 22f0b330 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

REFAC: suppress unused class member

parent 2a3f42f1
No related branches found
No related tags found
No related merge requests found
......@@ -108,8 +108,6 @@ private:
LabeledSampleLocalizationGenerator(const Self &); //purposely not implemented
void operator =(const Self&); //purposely not implemented
typename VectorDataType::Pointer m_OutputVectorData;
RandomGeneratorType::Pointer m_RandomGenerator;
std::string m_ClassKey;
......
......@@ -36,9 +36,6 @@ LabeledSampleLocalizationGenerator<TVectorData>
this->SetNumberOfRequiredInputs(1);
this->SetNumberOfRequiredOutputs(1);
m_OutputVectorData = VectorDataType::New();
this->SetNthOutput(0, m_OutputVectorData);
m_RandomGenerator = RandomGeneratorType::New();
}
......
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