Commit d2964086 authored by Gus Grubba's avatar Gus Grubba

Removing old garbage

parent 51112deb
......@@ -594,7 +594,6 @@ QGCCameraControl::_loadSettings(const QDomNodeList nodeList)
QGCCameraParamIO* pIO = new QGCCameraParamIO(this, pFact, _vehicle);
_paramIO[factName] = pIO;
_addFact(pFact, factName);
pFact->setSendValueChangedSignals(false);
}
}
if(_nameToFactMetaDataMap.size() > 0) {
......
......@@ -24,7 +24,6 @@ public:
void handleParamAck (const mavlink_param_ext_ack_t& ack);
void handleParamValue (const mavlink_param_ext_value_t& value);
void setParamRequest ();
void sendChange ();
bool paramDone () { return _done; }
private slots:
......
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