diff --git a/ground/src/plugins/hitl/hitloptionspage.h b/ground/src/plugins/hitl/hitloptionspage.h index f8ec6dd47..c34a0da18 100644 --- a/ground/src/plugins/hitl/hitloptionspage.h +++ b/ground/src/plugins/hitl/hitloptionspage.h @@ -55,8 +55,6 @@ public: signals: private slots: - void onLoadFileBinClicked(); - void onLoadFileDataClicked(); private: HITLConfiguration* m_config; diff --git a/ground/src/plugins/systemhealth/systemhealthgadgetoptionspage.h b/ground/src/plugins/systemhealth/systemhealthgadgetoptionspage.h index 003e0559a..064442b01 100644 --- a/ground/src/plugins/systemhealth/systemhealthgadgetoptionspage.h +++ b/ground/src/plugins/systemhealth/systemhealthgadgetoptionspage.h @@ -60,7 +60,6 @@ private: SystemHealthGadgetConfiguration *m_config; private slots: - void on_loadFile_clicked(); }; #endif // SYSTEMHEALTHGADGETOPTIONSPAGE_H