]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_Translation.cpp
Salome HOME
[Code coverage FeaturesPlugin]: Improve coverage of Partition, Symmetry, (Multi)Rotat...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Translation.cpp
index 95e8644c19c99d7ef6749c9f4ae13f9438e158fb..14de51957495cab9d5ece56bf93838060611d125 100644 (file)
@@ -135,11 +135,6 @@ void FeaturesPlugin_Translation::performTranslationByAxisAndDistance()
     GeomAPI_ShapeIterator anIt(aShape);
     anEdge = anIt.current()->edge();
   }
-  else
-  {
-    setError(aSelectionError);
-    return;
-  }
 
   if (!anEdge.get())
   {