]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorguigues <guigues>
Fri, 25 Jul 2008 11:16:22 +0000 (11:16 +0000)
committerguigues <guigues>
Fri, 25 Jul 2008 11:16:22 +0000 (11:16 +0000)
kernel/appli/bbi/bbi.cxx

index a1984f5e38c532779ee274c60da67e68c1d90697..3d3e890e31bef0b16d2354079e4501820e5a01d5 100644 (file)
@@ -288,27 +288,9 @@ int main(int argc, char* argv[])
     }
   else 
     {
-      //      std::cout << "main C"<<std::endl;
       wxEntry(argc, argv);
-      /*
-      // Create wxApp
-      wxBBIApp* app = new wxBBIApp();
-      app->SetCmdLine(cmdline);
-      if (wxApp::GetInstance()!=0)
-       {
-         std::cout << "WXAPP!!!"<<std::endl;
-       }
-      //  wxApp::SetInstance(app);
-      // Start wx
-      wxInitialize();
-      std::cout << "Loop"<<std::endl;
-      app->MainLoop();
-      //bbtk::Wx::LoopUntilAllWindowsClose();
-      */
     }
 
-  std::cout << "EO main"<<std::endl;
-
 }