]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/ConstructionPlugin_Point.h
Salome HOME
Fix for the issue #2910 : Undo some changes in the middle of the history line makes...
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.h
index 3ab79c2f39300dfd787dfd9123ea57cef34c85a4..439805742a9959d329c71ed480c24d822bbc1051 100644 (file)
@@ -324,9 +324,6 @@ public:
   /// Request for initialization of data model of the feature: adding all attributes.
   CONSTRUCTIONPLUGIN_EXPORT virtual void initAttributes();
 
-  /// Construction result is allways recomuted on the fly.
-  CONSTRUCTIONPLUGIN_EXPORT virtual bool isPersistentResult() {return false;}
-
   /// Use plugin manager for features creation
   ConstructionPlugin_Point();