Commit 34dc0822 authored by Bryant's avatar Bryant

Removed unused code causing compilation warnings.

parent a97cc28f
...@@ -377,14 +377,6 @@ void QGCParamSlider::setParameterValue(int uas, int component, int paramCount, i ...@@ -377,14 +377,6 @@ void QGCParamSlider::setParameterValue(int uas, int component, int paramCount, i
ui->editSelectParamComboBox->addItem(parameterName, paramIndex); ui->editSelectParamComboBox->addItem(parameterName, paramIndex);
} }
if (this->parameterName == "RC5_MIN")
{
int stopper = 1;
}
if (parameterName == "RC5_MIN")
{
int stpoper = 1;
}
if (visibleParam != "") if (visibleParam != "")
{ {
if (parameterName == visibleParam) if (parameterName == visibleParam)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment