X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCheckBoard.cpp;h=cb3bdc69a2da882c2ce2560bcf3c205fd7160fea;hb=ef1b2d78a9c08ea55e470608a6a8fe0fa1ad6099;hp=b7668359720ac21f6e905fe60005d2e4f36c610f;hpb=5c1d82df7d12e76cf8c9330a3248be594bab9b27;p=creaRigidRegistration.git diff --git a/lib/CheckBoard.cpp b/lib/CheckBoard.cpp index b766835..cb3bdc6 100644 --- a/lib/CheckBoard.cpp +++ b/lib/CheckBoard.cpp @@ -27,7 +27,6 @@ CheckBoard::~CheckBoard() //if (image1 != NULL ) { image1->Delete(); } //if (image2 != NULL ) { image2->Delete(); } if (newImage != NULL ) { newImage->Delete(); } - if (resample != NULL ) { resample->Delete(); } if (result != NULL ) { result->Delete(); } }