]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Merge with previous version
authorvsv <vitaly.smetannikov@opencascade.com>
Thu, 15 May 2014 13:53:36 +0000 (17:53 +0400)
committervsv <vitaly.smetannikov@opencascade.com>
Thu, 15 May 2014 13:53:36 +0000 (17:53 +0400)
src/PartSetPlugin/PartSetPlugin_Part.h

index dc6a80a49bc76163f7cf230849336b874568d534..eaae463ad2831260dc75a595e9c8a761f645e09c 100644 (file)
@@ -39,9 +39,6 @@ public:
 
   /// Use plugin manager for features creation
   PartSetPlugin_Part();
-
-  /// Returns true if this feature must be displayed in the history (top level of Part tree)
-  PARTSETPLUGIN_EXPORT virtual bool isInHistory() {return false;}
 };
 
 #endif