FEM: Remove unused members
This commit is contained in:
committed by
Chris Hennes
parent
7aa7b741ea
commit
f310d2bd67
@@ -60,9 +60,6 @@ TaskFemConstraint::TaskFemConstraint(ViewProviderFemConstraint* ConstraintView,
|
||||
, proxy(nullptr)
|
||||
, deleteAction(nullptr)
|
||||
, ConstraintView(ConstraintView)
|
||||
, buttonBox(nullptr)
|
||||
, okButton(nullptr)
|
||||
, cancelButton(nullptr)
|
||||
{
|
||||
selectionMode = selref;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user