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;
}