Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_Prs3dTools.h
index c2fb731e4f868a6eb789375b6cc006cc4f75ff78..10716c3680cff6de7637acd25ecefd3dfa42419f 100644 (file)
@@ -36,19 +36,6 @@ int runAndWait( QDialog* dlg, const bool modal )
 {
   VisuGUI_DialogRunner r( dlg );
   return r.run( modal );
-/*
-  if( modal )
-    return dlg->exec();
-
-  dlg->show();
-
-  qDebug( "enter loop" );
-  qApp->enter_loop();
-  qDebug( "end of loop" );
-
-  int res = dlg->result();
-  qDebug( QString( "Result : %1" ).arg( res ) );
-  return dlg->result();*/
 }
 
 namespace VISU