FEM: Remove unused members

This commit is contained in:
Chris Hennes
2024-06-24 13:45:21 -05:00
committed by Chris Hennes
parent 7aa7b741ea
commit f310d2bd67
2 changed files with 0 additions and 10 deletions

View File

@@ -60,9 +60,6 @@ TaskFemConstraint::TaskFemConstraint(ViewProviderFemConstraint* ConstraintView,
, proxy(nullptr)
, deleteAction(nullptr)
, ConstraintView(ConstraintView)
, buttonBox(nullptr)
, okButton(nullptr)
, cancelButton(nullptr)
{
selectionMode = selref;
}

View File

@@ -86,13 +86,6 @@ protected:
selloc,
selnone
} selectionMode;
private:
// This seems to be the only way to access the widgets again in order to remove them from the
// dialog
QDialogButtonBox* buttonBox;
QPushButton* okButton;
QPushButton* cancelButton;
};
/// simulation dialog for the TaskView