Tracker: use camera singleton to get camera rather than callback

This commit is contained in:
Peter Barker 2018-08-30 21:01:49 +10:00 committed by Peter Barker
parent 7c60c85a12
commit 3146fcd80a
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ protected:
AP_Mission *get_mission() override { return nullptr; };
AP_Rally *get_rally() const override { return nullptr; };
AP_Camera *get_camera() const override { return nullptr; };
uint8_t sysid_my_gcs() const override;