From fb47a0d014b52024053dca8f3bbc968d9caa4d17 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Fri, 18 Jul 2025 20:30:44 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20unnecessary=20=E2=80=9Cusing=20std::nu?= =?UTF-8?q?mbers::pi=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Mod/TechDraw/App/DrawGeomHatch.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/TechDraw/App/DrawGeomHatch.cpp b/src/Mod/TechDraw/App/DrawGeomHatch.cpp index 9afc7d4539..65203e4f0d 100644 --- a/src/Mod/TechDraw/App/DrawGeomHatch.cpp +++ b/src/Mod/TechDraw/App/DrawGeomHatch.cpp @@ -387,8 +387,6 @@ std::vector DrawGeomHatch::getTrimmedLines(DrawViewPart* source, /* static */ std::vector DrawGeomHatch::makeEdgeOverlay(PATLineSpec hatchLine, Bnd_Box bBox, double scale, double rotation) { - using std::numbers::pi; - const size_t MaxNumberOfEdges = Preferences::getPreferenceGroup("PAT")->GetInt("MaxSeg", 10000l); std::vector result;