Commit 0e15ab7d authored by DonLakeFlyer's avatar DonLakeFlyer

Remove duplicate signals

These are defined in PlanManager. Having them here as well causes lost
signaling.
parent fbcb38e0
......@@ -38,10 +38,6 @@ public:
/// from mission start to resumeIndex in the generate mission.
void generateResumeMission(int resumeIndex);
signals:
void currentIndexChanged (int currentIndex);
void lastCurrentIndexChanged (int lastCurrentIndex);
private slots:
void _mavlinkMessageReceived(const mavlink_message_t& message);
......
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