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 f32d102f9f
commit e51e1a10d4

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) {