Skip to content

Commit

Permalink
FEM: Remove unused local variable
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Apr 9, 2015
1 parent 157a1d8 commit 135cfbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Fem/MechanicalMaterial.py
Expand Up @@ -225,7 +225,6 @@ def chooseMat(self,index):
def fillMaterialCombo(self):
import glob
import os
matmap = self.obj.Material
dirname = FreeCAD.getResourceDir()+"/Mod/Material/StandardMaterial"
self.pathList = glob.glob(dirname + '/*.FCMat')
self.form.comboBox_MaterialsInDir.clear()
Expand Down

0 comments on commit 135cfbd

Please sign in to comment.