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