From 3d89b66c65128e2a03d4b71281c9814793a16192 Mon Sep 17 00:00:00 2001 From: tarman3 Date: Fri, 19 Sep 2025 23:09:30 +0300 Subject: [PATCH] CAM: LeadInOut - Remove useless var --- src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py b/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py index d0bda652c4..6acea39bfd 100644 --- a/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py +++ b/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py @@ -1127,8 +1127,6 @@ class TaskDressupLeadInOut(SimpleEditPanel): self.connectWidget("RapidPlunge", self.form.chkRapidPlunge) self.setFields() - styleEnum = self.obj.getEnumerationsOfProperty("StyleIn") - def handleGroupBoxCheck(): self.obj.LeadIn = self.form.groupBoxIn.isChecked() self.obj.LeadOut = self.form.groupBoxOut.isChecked()