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:
parent
62436270e3
commit
5b2f4d6d91
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user