From d2ee84193c32e907e101626f08c2dff32e814e2a Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Tue, 7 Nov 2006 08:50:08 +0000 Subject: [PATCH] Removed unused param warning --- src/meshlab/GenericELDialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meshlab/GenericELDialog.h b/src/meshlab/GenericELDialog.h index 68b01e4bd..0e8ba7c6d 100644 --- a/src/meshlab/GenericELDialog.h +++ b/src/meshlab/GenericELDialog.h @@ -75,12 +75,12 @@ public: public slots: - void on_thresholdSB_valueChanged(double threshold) + void on_thresholdSB_valueChanged(double /* threshold */) { updatePercDiagThr(); } - void on_percdiag_valueChanged(double pd) + void on_percdiag_valueChanged(double /* pd */) { //diagonal_percentual = pd; updateAbsoluteThr();