CAM: LeadInOut - Remove useless var

This commit is contained in:
tarman3
2025-09-19 23:09:30 +03:00
parent 4179075b72
commit 3d89b66c65

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