[Part] SectionCutting: remove another unused variable
strangely MSVC did not report me these, the CI does
This commit is contained in:
@@ -72,7 +72,7 @@ enum Refresh : bool
|
||||
ZRange = true
|
||||
};
|
||||
|
||||
SectionCut::SectionCut(Gui::View3DInventor* view, QWidget* parent)
|
||||
SectionCut::SectionCut(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
, ui(new Ui_SectionCut)
|
||||
{
|
||||
|
||||
@@ -38,7 +38,7 @@ class SectionCut : public QDialog
|
||||
|
||||
public:
|
||||
static SectionCut* makeDockWidget(Gui::View3DInventor*);
|
||||
SectionCut(Gui::View3DInventor* view, QWidget* parent = nullptr);
|
||||
SectionCut(QWidget* parent = nullptr);
|
||||
~SectionCut();
|
||||
|
||||
protected Q_SLOTS:
|
||||
|
||||
Reference in New Issue
Block a user