Salome HOME
Fix for the issue #2808 : Documentation on the "Groups" panel. Added description...
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Plugin.cpp
index fbf02dbc4e53f91080f24a03a20a24ec76cd8564..3c6a9cf48eda7ea95ad605df7de3e3269cebe2ed 100644 (file)
@@ -72,10 +72,8 @@ FeaturePtr BuildPlugin_Plugin::createFeature(std::string theFeatureID)
     return FeaturePtr(new BuildPlugin_Edge());
   } else if(theFeatureID == BuildPlugin_Wire::ID()) {
     return FeaturePtr(new BuildPlugin_Wire());
-  } else if (theFeatureID == BuildPlugin_Wire::ID()) {
-       return FeaturePtr(new BuildPlugin_Wire());
   } else if (theFeatureID == BuildPlugin_Polyline::ID()) {
-       return FeaturePtr(new BuildPlugin_Polyline());
+    return FeaturePtr(new BuildPlugin_Polyline());
   } else if (theFeatureID == BuildPlugin_Interpolation::ID()) {
     return FeaturePtr(new BuildPlugin_Interpolation());
   } else if (theFeatureID == BuildPlugin_Face::ID()) {