From fffbe76d0d01881022c933c8d3c3b04582f35525 Mon Sep 17 00:00:00 2001 From: srit Date: Wed, 9 Jun 2010 11:03:12 +0000 Subject: [PATCH] Put console back for windows --- vv/vv.cxx | 5 ----- 1 file changed, 5 deletions(-) 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 ); -- 2.45.1