Skip to content
Snippets Groups Projects
Commit 6115aedd authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Remove fixme comment

parent 896d424f
No related branches found
No related tags found
No related merge requests found
......@@ -591,7 +591,6 @@ private:
SetParameterInt( "startx", centeri[0] - radiusi[0] );
SetParameterInt( "starty", centeri[1] - radiusi[1] );
// Don't forget to compute the offset
// FIXME
FloatVectorImageType::IndexType offset_helper;
offset_helper[0] = centeri[0]-radiusi[0];
offset_helper[1] = centeri[1]-radiusi[1];
......
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