Salome HOME
support fuzzy parameter in all boolean operations
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_BooleanCommon.h
index 7e46caf233ca9563024900b79e00de9f09a726b8..8817a5748787d87bb66f7fc898af7166a14b6cfe 100644 (file)
@@ -66,20 +66,6 @@ public:
     return MY_CREATION_METHOD_ID;
   }
 
-  /// Attribute name of main objects.
-  inline static const std::string& OBJECT_LIST_ID()
-  {
-    static const std::string MY_OBJECT_LIST_ID("main_objects");
-    return MY_OBJECT_LIST_ID;
-  }
-
-  /// Attribute name of tool objects.
-  inline static const std::string& TOOL_LIST_ID()
-  {
-    static const std::string MY_TOOL_LIST_ID("tool_objects");
-    return MY_TOOL_LIST_ID;
-  }
-
   /// Request for initialization of data model of the feature: adding all attributes.
   FEATURESPLUGIN_EXPORT virtual void initAttributes();