Remove unnecessary “using std::numbers::pi”
This commit is contained in:
@@ -387,8 +387,6 @@ std::vector<LineSet> DrawGeomHatch::getTrimmedLines(DrawViewPart* source,
|
||||
/* static */
|
||||
std::vector<TopoDS_Edge> 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<TopoDS_Edge> result;
|
||||
|
||||
Reference in New Issue
Block a user