1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-01 18:29:16 +01:00

Remove an outdated connect in waypointeditor

This commit is contained in:
James Cotton 2012-06-15 14:56:55 -05:00
parent 62436270e3
commit 5b2f4d6d91

View File

@ -57,9 +57,6 @@ WaypointTable::WaypointTable(QObject *parent) :
connect(waypoint, SIGNAL(objectUpdated(UAVObject*)), this, SLOT(waypointsUpdated(UAVObject*)));
}
connect(waypointObj, SIGNAL(),
this, SLOT(waypointsUpdated(UAVObject*)));
headers.clear();
headers.append(QString("North"));
headers.append(QString("East"));