From f310d2bd67e901c3cfdf57580770076ca0aff26b Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Mon, 24 Jun 2024 13:45:21 -0500 Subject: [PATCH] FEM: Remove unused members --- src/Mod/Fem/Gui/TaskFemConstraint.cpp | 3 --- src/Mod/Fem/Gui/TaskFemConstraint.h | 7 ------- 2 files changed, 10 deletions(-) diff --git a/src/Mod/Fem/Gui/TaskFemConstraint.cpp b/src/Mod/Fem/Gui/TaskFemConstraint.cpp index d59421b799..eb4d82e0c0 100644 --- a/src/Mod/Fem/Gui/TaskFemConstraint.cpp +++ b/src/Mod/Fem/Gui/TaskFemConstraint.cpp @@ -60,9 +60,6 @@ TaskFemConstraint::TaskFemConstraint(ViewProviderFemConstraint* ConstraintView, , proxy(nullptr) , deleteAction(nullptr) , ConstraintView(ConstraintView) - , buttonBox(nullptr) - , okButton(nullptr) - , cancelButton(nullptr) { selectionMode = selref; } diff --git a/src/Mod/Fem/Gui/TaskFemConstraint.h b/src/Mod/Fem/Gui/TaskFemConstraint.h index 1d8475738a..e3bebfbf1f 100644 --- a/src/Mod/Fem/Gui/TaskFemConstraint.h +++ b/src/Mod/Fem/Gui/TaskFemConstraint.h @@ -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