Skip to content

Commit

Permalink
Removed version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Schildkroet committed Feb 26, 2020
1 parent 75869db commit 3a36200
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Mod/Path/PathScripts/PathDeburrGui.py
Expand Up @@ -32,13 +32,9 @@
from PySide import QtCore, QtGui

__title__ = "Path Deburr Operation UI"
__author__ = "sliptonic (Brad Collette)"
__author__ = "sliptonic (Brad Collette), Schildkroet"
__url__ = "http://www.freecadweb.org"
__doc__ = "Deburr operation page controller and command implementation."
__contributors__ = "Schildkroet"
__created__ = "2018"
__scriptVersion__ = "1.1"
__lastModified__ = "2020-02-19"

LOGLEVEL = False

Expand Down Expand Up @@ -68,8 +64,6 @@ def initPage(self, obj):
iconRound.addFile(':/icons/edge-join-round.svg', state=QtGui.QIcon.On)
self.form.joinMiter.setIcon(iconMiter)
self.form.joinRound.setIcon(iconRound)
#self.form.direction.addItem('CW')
#self.form.direction.addItem('CCW')

def getFields(self, obj):
PathGui.updateInputField(obj, 'Width', self.form.value_W)
Expand Down

0 comments on commit 3a36200

Please sign in to comment.