]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FiltersPlugin/FiltersPlugin_OnGeometry.h
Salome HOME
Copyright update 2022
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_OnGeometry.h
index 2d25d426616380d1e46336def9c29cb8202602eb..85eb3cfb07c9a7bb1e7b9e9d470dcbc210eae176 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -48,9 +48,6 @@ public:
   virtual bool isOk(const GeomShapePtr& theShape, const ResultPtr&,
                     const ModelAPI_FiltersArgs& theArgs) const override;
 
-  /// Returns True if the filter can be used several times within one filtering
-  virtual bool isMultiple() const { return true; }
-
   /// Returns XML string which represents GUI of the filter
   virtual std::string xmlRepresentation() const override;