FEM: Remove never used colorValue function and FemLib.py file

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-04-23 21:46:16 +01:00
committed by wmayer
parent 2bb7e0fea8
commit c1ea3d2179
4 changed files with 0 additions and 40 deletions

View File

@@ -103,8 +103,6 @@ void FemGuiExport initFemGui()
Base::Interpreter().loadModule("MechanicalAnalysis");
Base::Interpreter().loadModule("MechanicalMaterial");
Base::Interpreter().loadModule("FemLib");
// register preferences pages
new Gui::PrefPageProducer<FemGui::DlgSettingsFemImp> ("FEM");