From be6b911955c57ad942baf6da41069d2b11fc398d Mon Sep 17 00:00:00 2001 From: "Dmitry Yu. Naumov" <github@naumov.de> Date: Thu, 13 Sep 2018 17:01:23 +0200 Subject: [PATCH] [App/DE] Comment unused function argument. --- Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp index 72c85c056a6..03ea89bc906 100644 --- a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp @@ -206,7 +206,7 @@ void MeshElementRemovalDialog::toggleScalarEdits(bool outside) const this->insideScalarMaxEdit->setEnabled(!outside); } -void MeshElementRemovalDialog::on_insideButton_toggled(bool is_checked) +void MeshElementRemovalDialog::on_insideButton_toggled(bool /*is_checked*/) { toggleScalarEdits(!this->insideButton->isChecked()); } -- GitLab