From 67dbb8675a07dab0a68db12895be60a55244e1ff Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sun, 20 Feb 2022 15:05:23 -0800 Subject: [PATCH] Some code cleanup --- src/Mod/Path/PathScripts/PathThreadMillingGui.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathThreadMillingGui.py b/src/Mod/Path/PathScripts/PathThreadMillingGui.py index 67f0b743a1..b37f61a4af 100644 --- a/src/Mod/Path/PathScripts/PathThreadMillingGui.py +++ b/src/Mod/Path/PathScripts/PathThreadMillingGui.py @@ -79,10 +79,6 @@ class TaskPanelOpPage(PathCircularHoleBaseGui.TaskPanelOpPage): ) self.pitch = PathGui.QuantitySpinBox(self.form.threadPitch, obj, "Pitch") - # setupCombo(self.form.threadOrientation, obj.Proxy.ThreadOrientations) - # setupCombo(self.form.threadType, obj.Proxy.ThreadTypes) - # setupCombo(self.form.opDirection, obj.Proxy.Directions) - def getForm(self): """getForm() ... return UI""" form = FreeCADGui.PySideUic.loadUi(":/panels/PageOpThreadMillingEdit.ui")