Salome HOME
Transfer data model for object browser under module responsibility
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Part.h
index 0a24df58e6fda822b05db56b1cad3ff3b59e7aaf..d679d9ccf62b9586d704309d5b437b0ec3d499ad 100644 (file)
@@ -46,12 +46,6 @@ class PartSetPlugin_Part : public ModelAPI_Feature
   /// 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();
 };