PD: Remove unused remapSupportShape

This commit is contained in:
Ladislav Michl
2026-02-28 23:20:31 +01:00
parent 1ed0e153dc
commit 1e982cae1f
2 changed files with 0 additions and 11 deletions
@@ -1056,15 +1056,6 @@ bool ProfileBased::checkLineCrossesFace(const gp_Lin& line, const TopoDS_Face& f
return false;
}
void ProfileBased::remapSupportShape(const TopoDS_Shape& newShape)
{
(void)newShape;
// Realthunder: with the new topological naming, I don't think this function
// is necessary. A missing element will cause an explicitly error, and the
// user will be force to manually select the element. Various editors, such
// as dress up editors, can perform element guessing when activated.
}
namespace PartDesign
{
struct gp_Pnt_Less
@@ -158,8 +158,6 @@ public:
double getThroughAllLength() const;
protected:
void remapSupportShape(const TopoDS_Shape&);
TopoDS_Face getSupportFace(const Part::Part2DObject*) const;
TopoDS_Face getSupportFace(const App::PropertyLinkSub& link) const;