From 34dc0822432c1a909db5e06ddcf40ea2d3b40f51 Mon Sep 17 00:00:00 2001 From: Bryant Date: Sat, 25 May 2013 12:53:47 -0700 Subject: [PATCH] Removed unused code causing compilation warnings. --- src/ui/designer/QGCParamSlider.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ui/designer/QGCParamSlider.cc b/src/ui/designer/QGCParamSlider.cc index 857c286dc..4521e94cd 100644 --- a/src/ui/designer/QGCParamSlider.cc +++ b/src/ui/designer/QGCParamSlider.cc @@ -377,14 +377,6 @@ void QGCParamSlider::setParameterValue(int uas, int component, int paramCount, i ui->editSelectParamComboBox->addItem(parameterName, paramIndex); } - if (this->parameterName == "RC5_MIN") - { - int stopper = 1; - } - if (parameterName == "RC5_MIN") - { - int stpoper = 1; - } if (visibleParam != "") { if (parameterName == visibleParam) -- 2.22.0