X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.cxx;h=bbbb2d8f4d89979c1f42bdd1a91eb306cfdc0174;hb=43eb9911403380d11b8839c0f955ec590d5e0368;hp=436a89f2ee1ead6b6fb892d1850b6de0d018ddbf;hpb=06cf3eb32f6aa7c31ebc1192d5dadd5385763fdb;p=clitk.git diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 436a89f..bbbb2d8 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -2357,8 +2357,6 @@ void vvMainWindow::SaveCurrentStateAs(const std::string& stateFile) { vvSaveState save_state; save_state.Run(this, stateFile); - - std::cout << "void vvMainWindow::SaveCurrentState()" << std::endl; } //------------------------------------------------------------------------------ @@ -2806,7 +2804,7 @@ void vvMainWindow::SaveScreenshot(QVTKWidget *widget) // Video vtkGenericMovieWriter *vidwriter = NULL; -#ifdef CLITK_EXPERIMENTAL +#if CLITK_EXPERIMENTAL == 1 if (!strcmp(ext, ".gif")) { vvAnimatedGIFWriter *gif = vvAnimatedGIFWriter::New(); vidwriter = gif;