Skip to content
Snippets Groups Projects
Commit 21a0d2cf authored by Tanguy Raufflet's avatar Tanguy Raufflet
Browse files

Remove forgotten unused resImg

parent 478f54d1
No related branches found
No related tags found
No related merge requests found
......@@ -405,8 +405,6 @@ void PointOp::operator()(const ImageWindow* currentWnd, const vector<const Image
}
}
resImg = new Image(maxWidth, maxHeight, nChannel);
if(nChannel < stdImageImgs[0]->getNbChannels())
QMessageBox::information(nullptr, qApp->translate("PointOp", "warning pixel operation on images"),
qApp->translate("PointOp", "You have performed an operation between a grayscale image (dimension 1) to a color image (dimension 3)"));
......
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