Salome HOME
Refs #288 - the profile section selected and addition mode is activated
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamDlg.cxx
index b1a208a88ae35365146341bd62238da0f640de20..3147907597fb5552849e775b6dc9dfc45c12c037 100644 (file)
@@ -178,7 +178,5 @@ void HYDROGUI_StreamDlg::onRemoveProfiles()
     }
   }
 
-  if ( !aSelectedProfiles.isEmpty() ) {
-    emit RemoveProfiles( aSelectedProfiles );
-  }
+  emit RemoveProfiles( aSelectedProfiles );
 }