From 2c2132535336854b6fdf78665498525e6442078d Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Sun, 18 Oct 2015 21:51:34 +0100 Subject: [PATCH] FEM: Remove not used OutputDir analysis property Signed-off-by: Przemo Firszt --- src/Mod/Fem/_FemAnalysis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Fem/_FemAnalysis.py b/src/Mod/Fem/_FemAnalysis.py index 3e5f9fb07..cee1cc36b 100644 --- a/src/Mod/Fem/_FemAnalysis.py +++ b/src/Mod/Fem/_FemAnalysis.py @@ -30,7 +30,6 @@ class _FemAnalysis: def __init__(self, obj): self.Type = "FemAnalysis" obj.Proxy = self - obj.addProperty("App::PropertyString", "OutputDir", "Base", "Directory where the jobs get generated") def execute(self, obj): return