CAM: LeadInOut - Remove useless var

This commit is contained in:
tarman3
2025-09-19 23:09:30 +03:00
parent 3ffb861d11
commit 544605bde7

View File

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