Skip to content

Commit

Permalink
FEM: Remove never used colorValue function and FemLib.py file
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 27, 2015
1 parent c6d1052 commit af4ad90
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion src/Mod/Fem/App/CMakeLists.txt
Expand Up @@ -69,7 +69,6 @@ SOURCE_GROUP("Module" FILES ${Mod_SRCS})

SET(FemScripts_SRCS
convert2TetGen.py
FemLib.py
CalculixLib.py
MechanicalAnalysis.ui
MechanicalAnalysis.py
Expand Down
1 change: 0 additions & 1 deletion src/Mod/Fem/CMakeLists.txt
Expand Up @@ -12,7 +12,6 @@ INSTALL(
convert2TetGen.py
CalculixLib.py
FemExample.py
FemLib.py
MechanicalAnalysis.py
MechanicalMaterial.py
MechanicalMaterial.ui
Expand Down
36 changes: 0 additions & 36 deletions src/Mod/Fem/FemLib.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/Mod/Fem/Gui/AppFemGui.cpp
Expand Up @@ -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");

Expand Down

0 comments on commit af4ad90

Please sign in to comment.