mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
Removed unused param warning
This commit is contained in:
parent
3f73589d57
commit
d2ee84193c
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user