Salome HOME
Bring back parent's kind to the "Duplicate" feature
authorsbh <sergey.belash@opencascade.com>
Thu, 30 Oct 2014 13:12:33 +0000 (16:12 +0300)
committersbh <sergey.belash@opencascade.com>
Thu, 30 Oct 2014 13:12:33 +0000 (16:12 +0300)
src/PartSetPlugin/PartSetPlugin_Duplicate.h

index 13d3df2cc497c8c27ed8c8654a0875c5179147a0..f327aa7f2ed382c0598aa1e162910ca42a334fa1 100644 (file)
@@ -20,12 +20,6 @@ class PartSetPlugin_Duplicate : public PartSetPlugin_Part
     static const std::string MY_DUPLICATE_KIND("Duplicate");
     return MY_DUPLICATE_KIND;
   }
-  /// Returns the kind of a feature
-  PARTSETPLUGIN_EXPORT virtual const std::string& getKind()
-  {
-    static std::string MY_KIND = PartSetPlugin_Duplicate::ID();
-    return MY_KIND;
-  }
 
   /// the reference to copy: reference to the attribute
   inline static const std::string& ORIGIN_REF()