X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2Fvv.cxx;h=dc9e8b74f69463544b249eaca501e4e02cdaf722;hb=c8d53d40ac8f5f83843193c51ac1787a8f38ee90;hp=141b915d76a9d5c156f571f9ef33cd9618e6ebaf;hpb=1e034c70105f0926939acaaa27ddb46e904ae8bf;p=clitk.git diff --git a/vv/vv.cxx b/vv/vv.cxx index 141b915..dc9e8b7 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -30,11 +30,6 @@ //------------------------------------------------------------------------------ int main( int argc, char** argv ) { -#ifdef _WIN32 - HWND hWnd = GetConsoleWindow(); - ShowWindow( hWnd, SW_HIDE ); -#endif - CLITK_INIT; QApplication app( argc, argv );