Assembly: Fix compiler warning

This commit is contained in:
wmayer
2024-09-02 22:57:46 +02:00
committed by wwmayer
parent 6812aca7f8
commit c11a6f1013

View File

@@ -91,7 +91,7 @@ namespace PartApp = Part;
using namespace Assembly;
using namespace MbD;
/*
static void printPlacement(Base::Placement plc, const char* name)
{
Base::Vector3d pos = plc.getPosition();
@@ -109,7 +109,7 @@ static void printPlacement(Base::Placement plc, const char* name)
axis.y,
axis.z,
angle);
}
}*/
static bool isLink(App::DocumentObject* obj)
{