From ebdd36561984efc90d0e8afe650d3ba3933863e1 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Sun, 18 Oct 2015 00:00:50 +0300 Subject: [PATCH] small cleanup from InitGui.py --- InitGui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InitGui.py b/InitGui.py index bed4b7d..f063166 100644 --- a/InitGui.py +++ b/InitGui.py @@ -38,7 +38,6 @@ class LatticeWorkbench (Workbench): self.appendToolbar('Lattice', commandslist) - self.treecmdList = ['importPart', 'updateImportedPartsCommand'] #FreeCADGui.addIconPath( '' ) #FreeCADGui.addPreferencePage( '','Lattice' ) self.appendMenu('Lattice', commandslist)