Commit 0e60829f authored by amy wagoner's avatar amy wagoner

Cleanup

parent 5af0b35b
......@@ -17,7 +17,6 @@ RallyPointManager::RallyPointManager(Vehicle* vehicle)
: QObject(vehicle)
, _vehicle(vehicle)
, _planManager (vehicle, MAV_MISSION_TYPE_RALLY)
// , _firstParamLoadComplete (false)
{
connect(&_planManager, &PlanManager::inProgressChanged, this, &RallyPointManager::inProgressChanged);
connect(&_planManager, &PlanManager::error, this, &RallyPointManager::error);
......
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