Salome HOME
Separation of Construction plugin from PartSet plugin. Each plugin package contains...
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Plugin.cxx
index 33323903724e41a2c8a97b33029a2c1d239c8069..83e9bc421b138ab498c27d627d8bcc4f897aecb5 100644 (file)
@@ -19,8 +19,6 @@ shared_ptr<ModelAPI_Feature> PartSetPlugin_Plugin::createFeature(string theFeatu
 {
   if (theFeatureID == "Part") {
     return shared_ptr<ModelAPI_Feature>(new PartSetPlugin_Part);
-  } else if (theFeatureID == "Point") {
-    return shared_ptr<ModelAPI_Feature>(new PartSetPlugin_Point);
   }
   // feature of such kind is not found
   return shared_ptr<ModelAPI_Feature>();