Salome HOME
Make result part as a container of the document
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Part.h
index cd656b18e76fa9c3a6f98ae849cfde264936abd6..7eb27f5ac1cf99e5f6d8aa1d96d3d1ed44bee7d7 100644 (file)
@@ -21,12 +21,6 @@ public:
     static const std::string MY_PART_KIND("Part");
     return MY_PART_KIND;
   }
-  /// part reference attribute
-  inline static const std::string& DOC_REF()
-  {
-    static const std::string MY_DOC_REF("PartDocument");
-    return MY_DOC_REF;
-  }
   /// Returns the kind of a feature
   PARTSETPLUGIN_EXPORT virtual const std::string& getKind() 
   {static std::string MY_KIND = PartSetPlugin_Part::ID(); return MY_KIND;}