Skip to content

Commit

Permalink
+ FEM: cleanup of unused dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Apr 23, 2015
1 parent 7ec585e commit ec96217
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 438 deletions.
5 changes: 0 additions & 5 deletions src/Mod/Fem/Gui/CMakeLists.txt
Expand Up @@ -42,7 +42,6 @@ SOURCE_GROUP("Python" FILES ${Python_SRCS})

set(FemGui_MOC_HDRS
DlgSettingsFemImp.h
Hypothesis.h
TaskObjectName.h
TaskCreateNodeSet.h
TaskDlgCreateNodeSet.h
Expand All @@ -63,7 +62,6 @@ SOURCE_GROUP("Moc" FILES ${FemGui_MOC_SRCS})

set(FemGui_UIC_SRCS
DlgSettingsFem.ui
Hypothesis.ui
TaskCreateNodeSet.ui
TaskObjectName.ui
TaskFemConstraint.ui
Expand All @@ -81,9 +79,6 @@ SET(FemGui_DLG_SRCS
DlgSettingsFem.ui
DlgSettingsFemImp.cpp
DlgSettingsFemImp.h
Hypothesis.ui
Hypothesis.cpp
Hypothesis.h
TaskFemConstraint.ui
TaskFemConstraint.cpp
TaskFemConstraint.h
Expand Down
8 changes: 2 additions & 6 deletions src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -40,6 +40,7 @@
#include <Gui/MainWindow.h>
#include <Gui/FileDialog.h>
#include <Gui/Selection.h>
#include <Gui/SelectionFilter.h>
#include <Gui/Document.h>
#include <Gui/WaitCursor.h>
#include <Gui/View3DInventor.h>
Expand All @@ -57,8 +58,6 @@
#include <Mod/Fem/App/FemConstraint.h>
#include <Mod/Fem/App/FemAnalysis.h>


#include "Hypothesis.h"
#include "ActiveAnalysisObserver.h"

using namespace std;
Expand Down Expand Up @@ -142,10 +141,8 @@ bool CmdFemCreateAnalysis::isActive(void)
return !FemGui::ActiveAnalysisObserver::instance()->hasActiveObject();
}




//=====================================================================================

DEF_STD_CMD_A(CmdFemAddPart);

CmdFemAddPart::CmdFemAddPart()
Expand Down Expand Up @@ -207,7 +204,6 @@ bool CmdFemAddPart::isActive(void)
return Gui::Selection().countObjectsOfType(type) > 0;
}


//=====================================================================================

DEF_STD_CMD_A(CmdFemConstraintBearing);
Expand Down
186 changes: 0 additions & 186 deletions src/Mod/Fem/Gui/Hypothesis.cpp

This file was deleted.

75 changes: 0 additions & 75 deletions src/Mod/Fem/Gui/Hypothesis.h

This file was deleted.

0 comments on commit ec96217

Please sign in to comment.