MOD: remove unused variable

the obj variable is not used inside the function
This commit is contained in:
Andrea
2025-04-14 18:51:22 +02:00
committed by Benjamin Nauck
parent 1466d8bb96
commit 1ee7c5fa1d

View File

@@ -482,7 +482,6 @@ void DrawSketchHandler::seekPreselectionAutoConstraint(
const Base::Vector2d& Dir,
AutoConstraint::TargetType type)
{
SketchObject* obj = sketchgui->getSketchObject();
PreselectionData preSel = getPreselectionData();
if (preSel.geoId != GeoEnum::GeoUndef) {