Gui: remove all leftovers of iisTaskPanel

This commit is contained in:
wmayer
2022-03-23 10:37:28 +01:00
parent 3e86aaa3ab
commit 54342101af
4 changed files with 5 additions and 146 deletions

View File

@@ -150,11 +150,7 @@ TaskSmoothing::TaskSmoothing()
selection = new Selection();
selection->setObjects(Gui::Selection().getSelectionEx(nullptr, Mesh::Feature::getClassTypeId()));
Gui::Selection().clearSelection();
#if !defined (QSINT_ACTIONPANEL)
Gui::TaskView::TaskGroup* tasksel = new Gui::TaskView::TaskGroup();
#else
Gui::TaskView::TaskBox* tasksel = new Gui::TaskView::TaskBox();
#endif
tasksel->groupLayout()->addWidget(selection);
tasksel->hide();
Content.push_back(tasksel);