Skip to content
Snippets Groups Projects
Commit 8bce47f5 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

WRG:remove unused varaibles

parent 160c79ec
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ MaximumAutocorrelationFactorImageFilter<TInputImage, TOutputImage>
// Retrieve input images pointers
TInputImage * inputPtr = const_cast<TInputImage *>(this->GetInput());
TOutputImage * outputPtr = this->GetOutput();
//TOutputImage * outputPtr = this->GetOutput();
// TODO: set the number of output components
unsigned int nbComp = inputPtr->GetNumberOfComponentsPerPixel();
......
......@@ -206,7 +206,6 @@ CommandLineLauncher::BeforeExecute()
m_Application->UpdateParameters();
// Check for the progress report
bool doProgressReport = true;
if( m_Parser->IsAttributExists( "--progress", m_Expression ) == true )
{
std::vector<std::string> val;
......
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