[Part] SectionCutting: remove unused variable

This commit is contained in:
Uwe
2022-02-05 14:09:13 +01:00
parent cf268e6e6e
commit 819f89941b

View File

@@ -82,9 +82,6 @@ SectionCut::SectionCut(Gui::View3DInventor* view, QWidget* parent)
ui->cutY->setRange(-INT_MAX, INT_MAX);
ui->cutZ->setRange(-INT_MAX, INT_MAX);
view = view;
Gui::View3DInventorViewer* viewer = view->getViewer();
// get all objects in the document
doc = Gui::Application::Instance->activeDocument()->getDocument();
if (!doc) {