Salome HOME
Fix for the issue #593: do not remove naming attribute, but use TNaming_Builder for...
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Part.h
index e7f23387c8ce407bbc8cf7122a0b3ff4c447f0eb..d679d9ccf62b9586d704309d5b437b0ec3d499ad 100644 (file)
@@ -43,14 +43,9 @@ class PartSetPlugin_Part : public ModelAPI_Feature
   /// Request for initialization of data model of the feature: adding all attributes
   PARTSETPLUGIN_EXPORT virtual void initAttributes();
 
+  /// Part must be added only to PartSet
   PARTSETPLUGIN_EXPORT virtual const std::string& documentToAdd();
 
-  /// Returns true if this feature must be displayed in the history (top level of Part tree)
-  PARTSETPLUGIN_EXPORT virtual bool isInHistory()
-  {
-    return false;
-  }
-
   /// Use plugin manager for features creation
   PartSetPlugin_Part();
 };