PATH: Delete misplaced and unused files

This commit is contained in:
sliptonic
2016-11-17 10:16:41 -06:00
parent 26c4981179
commit 66210c7888
20 changed files with 385 additions and 2674 deletions

View File

@@ -139,7 +139,7 @@ class ToolLibraryManager():
'''
def __init__(self):
self.ToolLibrary = []
# self.ToolLibrary = []
self.prefs = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Path")
return
@@ -311,20 +311,20 @@ class ToolLibraryManager():
self.saveMainLibrary(tt)
return True
def createToolController(self, job, tool):
pass
# def createToolController(self, job, tool):
# pass
def exportListHeeks(self, tooltable):
'''exports one or more Lists as a HeeksCNC tooltable'''
pass
# def exportListHeeks(self, tooltable):
# '''exports one or more Lists as a HeeksCNC tooltable'''
# pass
def exportListLinuxCNC(self, tooltable):
'''exports one or more Lists as a LinuxCNC tooltable'''
pass
# def exportListLinuxCNC(self, tooltable):
# '''exports one or more Lists as a LinuxCNC tooltable'''
# pass
def exportListXML(self, tooltable):
'''exports one or more Lists as an XML file'''
pass
# def exportListXML(self, tooltable):
# '''exports one or more Lists as an XML file'''
# pass
class EditorPanel():
def __init__(self):