Salome HOME
Update SketchBuilder to work on faces with holes (issue #1320)
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeRefAttrList.h
index 633bcb54db103321c02012803c68af91fc177b38..cd011712a5aa3dbdaab2b8ea814e003578602958 100755 (executable)
@@ -43,8 +43,7 @@ class ModelAPI_AttributeRefAttrList : public ModelAPI_Attribute
   virtual void clear() = 0;
 
   /// Returns number of features in the list
-  ///\param theWithEmpty if it is false, returns the number of not-empty referenced objects
-  virtual int size(const bool theWithEmpty = true) const = 0;
+  virtual int size() const = 0;
 
   /// Returns the list of features and attributes (if it is reference to the attribute)
   virtual std::list<std::pair<ObjectPtr, AttributePtr> > list() = 0;