X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2Fvv.cxx;h=f9c9d2abf110756df5efa84b2f6ba075374f5ec5;hb=fdc97293cc66a4894a2c1c4f04f53d6473ab8ab2;hp=71974f1e6124dea74f279b35825a76edf7b369c2;hpb=097d5fd525a35dd8fa4b847ca4f6e1c6541c122c;p=clitk.git diff --git a/vv/vv.cxx b/vv/vv.cxx index 71974f1..f9c9d2a 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -100,7 +100,6 @@ int main( int argc, char** argv ) else if (parse_mode == P_SEQUENCE) sequence_filenames.push_back(current); else { - DD(current); std::vector image; image.push_back(current); window.LoadImages(image,IMAGE); n_image_loaded++;