From 1effc84eb9f9d280765e79ab70c671165b442c9d Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 10 Sep 2018 14:02:06 +0200 Subject: [PATCH] FEM: gui py class init, delete duplicates --- src/Mod/Fem/Gui/AppFemGui.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Mod/Fem/Gui/AppFemGui.cpp b/src/Mod/Fem/Gui/AppFemGui.cpp index e8cfdf01df..f1c0bae4a3 100644 --- a/src/Mod/Fem/Gui/AppFemGui.cpp +++ b/src/Mod/Fem/Gui/AppFemGui.cpp @@ -75,10 +75,6 @@ #include "ViewProviderFemPostFilter.h" #endif -#ifdef FC_USE_VTK -#include "ViewProviderFemPostObject.h" -#endif - // use a different name to CreateCommand() void CreateFemCommands(void);