From c50cb07974b60dace88352d023b92520f4856ccf Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sun, 16 Feb 2025 13:56:54 -0600 Subject: [PATCH] Update src/Mod/PartDesign/App/FeatureRefine.h Co-authored-by: Florian Foinant-Willig --- src/Mod/PartDesign/App/FeatureRefine.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Mod/PartDesign/App/FeatureRefine.h b/src/Mod/PartDesign/App/FeatureRefine.h index a6f5229e12..52b790b13a 100644 --- a/src/Mod/PartDesign/App/FeatureRefine.h +++ b/src/Mod/PartDesign/App/FeatureRefine.h @@ -50,14 +50,6 @@ protected: //store the shape before refinement TopoShape rawShape; - /** - * Check to see if this feature can just execute the refine operation, or if a more complete - * calculation is necessary (e.g. if some other property has changed). See also - * `onlyHaveRefined()`, which actually *does* the refinement if this is true. - * - * @return true if only the refinement needs to be done, false if a recompute is necessary - */ - bool onlyHasToRefine() const; /** * Check if the feature *only* requires the refinement operation, and do that refinement if so.