Salome HOME
Make preview of python Box feature working correctly
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Duplicate.h
index 9ace34a5c8270f11cb4dad6b42a5b40e5c418858..5aa92ed1a2d2b339c2a77fd46b6db0e34d3fb904 100644 (file)
@@ -10,7 +10,7 @@
 #include "PartSetPlugin_Part.h"
 
 /**\class PartSetPlugin_Duplicate
- * \ingroup DataModel
+ * \ingroup Plugins
  * \brief Duplicates the active part (not root). Creates a new "part" feature.
  */
 class PartSetPlugin_Duplicate : public PartSetPlugin_Part
@@ -23,12 +23,6 @@ class PartSetPlugin_Duplicate : public PartSetPlugin_Part
     return MY_DUPLICATE_KIND;
   }
 
-  /// the reference to copy: reference to the attribute
-  inline static const std::string& ORIGIN_REF()
-  {
-    static const std::string MY_DUPLICATE_ID("Origin");
-    return MY_DUPLICATE_ID;
-  }
   /// Makes a new part, copy of active
   PartSetPlugin_Duplicate();